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
1eb8e0d
·
1 Parent(s):
ae2f089
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
-
gr.Interface.load(“huggingface/
gpt2
”).launch()
4
1
import gradio as gr
2
3
+
gr.Interface.load(“huggingface/
EleutherAI/gpt-neo-125M
”).launch()
4
+
5