Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
patsypatsy
/
gyijhmjm
like
2
Runtime error
App
Files
Files
Community
1
Wootang01
commited on
Dec 16, 2022
Commit
b584fa4
•
1 Parent(s):
d68bcd4
gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M").launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("EleutherAI/gpt-neo-125M").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
huggingface/
EleutherAI/gpt-neo-125M").launch()