luisoala commited on
Commit
ff0127b
·
1 Parent(s): 474b47d
Files changed (1) hide show
  1. app.py +1 -8
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()