Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Collov-Labs
/
d-edit
like
85
Runtime error
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
niulx
commited on
Sep 19, 2024
Commit
fc5869e
·
verified
·
1 Parent(s):
13141c3
Update app.py
Browse files
do not use share
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -455,4 +455,4 @@ with gr.Blocks() as demo:
455
456
457
458
-
demo.queue().launch(
share=True,
debug=True)
455
456
457
458
+
demo.queue().launch(debug=True)