File size: 100 Bytes
c5b8bc3
 
4576ba9
c5b8bc3
1
2
3
4
import gradio as gr

iface = gr.Interface.load("gpt2", inputs="text", outputs="text")
iface.launch()