text_generator / app.py
Wootang01's picture
Update app.py
f129196
raw
history blame
130 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", inputs=gr.Textbox(lines=5), outputs="text").launch()