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