Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dilithjay
/
SerpentineZoneSampling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dilithjay
commited on
May 28, 2023
Commit
60fd94d
·
1 Parent(s):
0feb687
Remove share=True on launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -180,4 +180,4 @@ with gr.Blocks() as demo:
180
outputs=grid_map,
181
)
182
183
-
demo.queue(concurrency_count=10).launch(debug=True
, share=True
)
180
outputs=grid_map,
181
)
182
183
+
demo.queue(concurrency_count=10).launch(debug=True)