Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sitatech
/
qwen_image
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sitatech
commited on
Mar 23
Commit
0c3298f
·
1 Parent(s):
c08b1f9
Set show_error=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ if __name__ == "__main__":
45
46
demo = module.app
47
48
-
demo.launch(debug=False)
45
46
demo = module.app
47
48
+
demo.launch(debug=False
, show_error=True
)