text_generation / app.py
atomiclabs's picture
Update app.py
61e6916
raw
history blame
119 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/bigscience/T0pp",
)
title = [["never give"]]
iface.launch()