Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Atereoyin
/
Diagnostic-Assistant
like
0
Paused
App
Files
Files
Community
atereoyinn
commited on
Sep 16
Commit
cd3bfde
•
1 Parent(s):
7370511
modified the demo.launch
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -209,5 +209,6 @@ with demo:
209
outputs=gr.File(label="Download CSV")
210
)
211
212
-
demo.launch()
213
209
outputs=gr.File(label="Download CSV")
210
)
211
212
+
demo.launch(
show_api=False, enable_queue=False, max_timeout=300
)
213
+
214