File size: 84 Bytes
23a6769
 
d9e352f
1fb1057
23a6769
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/gpt2",
)

iface.launch()