Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atomiclabs
/
text_generation
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
atomiclabs
commited on
Jul 5, 2022
Commit
d911f7b
·
1 Parent(s):
61e6916
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,5 +2,5 @@ import gradio as gr
2
3
iface = gr.Interface.load("huggingface/bigscience/T0pp",
4
)
5
-
title = [["never give"]]
6
iface.launch()
2
3
iface = gr.Interface.load("huggingface/bigscience/T0pp",
4
)
5
+
6
iface.launch()