my-simple-llm-demo / README.md
1simo's picture
Upload README.md with huggingface_hub
0538687 verified

A newer version of the Gradio SDK is available: 5.34.2

Upgrade
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:

  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.