cmckinle commited on
Commit
5eacd4e
·
verified ·
1 Parent(s): 88f9c16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -354,9 +354,5 @@ if __name__ == "__main__":
354
  app = create_gradio_interface()
355
  app.launch(
356
  show_api=False,
357
- max_threads=24,
358
- max_request_size=1024, # in MB
359
- server_max_body_size=2000, # in MB
360
- server_max_buffer_size=2000, # in MB
361
- timeout=600
362
  )
 
354
  app = create_gradio_interface()
355
  app.launch(
356
  show_api=False,
357
+ max_threads=24
 
 
 
 
358
  )