Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
text-to-image
like
0
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
eder0782
commited on
Jun 14
Commit
0a34ffd
·
verified
·
1 Parent(s):
96739d5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -151,4 +151,4 @@ with gr.Blocks(css=css) as demo:
151
)
152
153
if __name__ == "__main__":
154
-
demo.launch()
151
)
152
153
if __name__ == "__main__":
154
+
demo.launch(
share=True
)