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
0e88a5a
·
1 Parent(s):
d9e352f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
-
iface = gr.Interface.load("huggingface/
gpt2
",
4
)
5
6
iface.launch()
1
import gradio as gr
2
3
+
iface = gr.Interface.load("huggingface/
bigscience/T0pp
",
4
)
5
6
iface.launch()