Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hoh2000
/
Text_to_image_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hoh2000
commited on
Apr 24
Commit
c91c425
·
verified
·
1 Parent(s):
f9e35f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ demo = gr.Interface(
10
description="Powered by cloudqi/cqi_text_to_image_pt_v0"
11
)
12
13
-
demo.launch()
10
description="Powered by cloudqi/cqi_text_to_image_pt_v0"
11
)
12
13
+
demo.launch(
share=True
)