Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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, 2025
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
)