Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
edge-analytics
/
cionic-precustomer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
runsdata
commited on
Oct 5, 2023
Commit
73a4a8c
·
1 Parent(s):
a369a23
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,6 +115,6 @@ with gr.Blocks() as demo:
115
116
# Enable queuing
117
demo.queue()
118
-
demo.launch(debug=True)
119
120
115
116
# Enable queuing
117
demo.queue()
118
+
demo.launch(debug=True
, share=True
)
119
120