Spaces:
Sleeping
Sleeping
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. |