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