Spaces:
Running
Running
async
Browse files
app.py
CHANGED
@@ -284,6 +284,8 @@ if __name__ == "__main__":
|
|
284 |
app.launch(
|
285 |
max_threads=1, # Reduce thread conflicts
|
286 |
show_error=True,
|
287 |
-
|
288 |
-
|
|
|
|
|
289 |
)
|
|
|
284 |
app.launch(
|
285 |
max_threads=1, # Reduce thread conflicts
|
286 |
show_error=True,
|
287 |
+
share=False,
|
288 |
+
server_kwargs={
|
289 |
+
"timeout": 300 # 5-minute timeout
|
290 |
+
}
|
291 |
)
|