text_generator1 / app.py
Wootang02's picture
Update app.py
0c91458
raw
history blame
182 Bytes
#level 2 AI-writing tool
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", title="My First Text Generator", description="Input text and submit!").launch()