File size: 115 Bytes
23a6769
 
0e88a5a
e5c27da
1fb1057
d911f7b
23a6769
1
2
3
4
5
6
7
import gradio as gr

iface = gr.Interface.load("huggingface/bigscience/T0pp",
examples=[["fsdf"]]
)

iface.launch()