File size: 130 Bytes
71a48d6
 
f129196
1
2
3
import gradio as gr

gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", inputs=gr.Textbox(lines=5), outputs="text").launch()