Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.34.2
metadata
title: Simple LLM Text Generator
emoji: π
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.20.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:
- Enter your starting text in the "Enter your prompt" box.
- Click "Submit".
- See the LLM's attempt to continue your text!
Built with Gradio and Hugging Face Transformers.