File size: 768 Bytes
d14c9c8
0538687
 
 
 
d14c9c8
0538687
 
 
 
 
d14c9c8
 
0538687
d14c9c8
 
0538687
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Simple LLM Text Generator
emoji: πŸ“
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.20.0 
# Adjust sdk_version if your local gradio version is very different,
# or let Spaces try to infer it. Usually, it's best to match your
# gradio version in requirements.txt as closely as possible.
# For gradio 5.x, this might need to be higher e.g. 5.0.0
app_file: app.py
pinned: false
license: mit
---

# Simple LLM Text Generator Demo

This is a very basic Gradio application that uses the `distilgpt2` model to generate text continuations from a given prompt.

**How to use:**
1. Enter your starting text in the "Enter your prompt" box.
2. Click "Submit".
3. See the LLM's attempt to continue your text!

Built with Gradio and Hugging Face Transformers.