Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k20hcmus
/
FishEye8K
like
3
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
tuansunday05
commited on
May 21, 2024
Commit
8f509e3
·
verified
·
1 Parent(s):
edfb76b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -303,4 +303,4 @@ with gradio_app:
303
with gr.Column():
304
app()
305
306
-
gradio_app.launch(debug=True)
303
with gr.Column():
304
app()
305
306
+
gradio_app.launch(debug=True
, enable_queue=True
)