text_generation / app.py
atomiclabs's picture
Update app.py
1fb1057
raw
history blame
95 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/bigscience/T0pp",
)
iface.launch()