File size: 104 Bytes
c5b8bc3
 
f77c85a
c5b8bc3
1
2
3
4
import gradio as gr

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