Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bianca0930
/
Bianca
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Bianca0930
commited on
Feb 16, 2023
Commit
eca4194
·
1 Parent(s):
7b7d4e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.Interface.load(
"
huggingface/EleutherAI
"
).launch()
1
import gradio as gr
2
+
gr.Interface.load(
“
huggingface/EleutherAI
/gpt-neo-125M”
).launch()