Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ih0dl
/
openai-community-gpt2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ih0dl
commited on
May 5, 2024
Commit
b2aaa67
·
verified
·
1 Parent(s):
cf03969
Update app.py
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.load("models/openai-community/gpt2").launch()
1
import gradio as gr
2
3
+
gr.load("models/openai-community/gpt2").launch(
share=True
)