text_generation / app.py
atomiclabs's picture
Update app.py
e5c27da
raw
history blame
115 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/bigscience/T0pp",
examples=[["fsdf"]]
)
iface.launch()