Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo_gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
diegoap
commited on
Apr 1, 2022
Commit
70bbaec
·
1 Parent(s):
801c235
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
-
gr.Interface.load("huggingface/
prajwalcr
/poetry
-sadness_gpt2
").launch();
4
5
6
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/
elgeish
/
gpt2-medium-arabic-
poetry").launch();
4
5
6