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