Spaces:
Running
Running
async
Browse files
app.py
CHANGED
|
@@ -281,11 +281,4 @@ def create_ui():
|
|
| 281 |
|
| 282 |
if __name__ == "__main__":
|
| 283 |
app = create_ui()
|
| 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 |
-
)
|
|
|
|
| 281 |
|
| 282 |
if __name__ == "__main__":
|
| 283 |
app = create_ui()
|
| 284 |
+
app.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|