Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
heramb04
/
Stable-Diff-ImageGen
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
heramb04
commited on
Jun 25, 2025
Commit
9131a2e
·
verified
·
1 Parent(s):
1f42979
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ demo = gr.Interface(
45
)
46
47
if __name__ == "__main__":
48
-
demo.launch()
45
)
46
47
if __name__ == "__main__":
48
+
demo.launch(
share=True
)