Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EQUES
/
Space-Aware_Text-to-Image_Generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eiji
commited on
Jun 18
Commit
3a002cf
·
1 Parent(s):
c8db08b
share=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -569,4 +569,4 @@ with gr.Blocks(title="🎨 SAWNA: Space-Aware Text-to-Image Generation", theme=g
569
570
571
if __name__ == "__main__":
572
-
demo.launch()
569
570
571
if __name__ == "__main__":
572
+
demo.launch(
share=True
)