Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darshanTheDev
/
playgroundai-playground-v2-1024px-aesthetic
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
darshanTheDev
commited on
Dec 15, 2023
Commit
2678131
·
1 Parent(s):
669059b
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/playgroundai/playground-v2-1024px-aesthetic").launch()
1
import gradio as gr
2
3
+
gr.load("models/playgroundai/playground-v2-1024px-aesthetic").launch(
share=True
)