xmrt commited on
Commit
b804bd9
1 Parent(s): 1253964

max threads

Browse files
Files changed (1) hide show
  1. main_noweb.py +1 -1
main_noweb.py CHANGED
@@ -340,7 +340,7 @@ if __name__ == "__main__":
340
  #max_size=25, # Maximum number of requests that the queue processes
341
  api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
342
  ).launch(
343
- #max_threads=41,
344
  server_name="0.0.0.0",
345
  server_port=7860,
346
  auth=("novouser", "bstad2023")
 
340
  #max_size=25, # Maximum number of requests that the queue processes
341
  api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
342
  ).launch(
343
+ max_threads=31,
344
  server_name="0.0.0.0",
345
  server_port=7860,
346
  auth=("novouser", "bstad2023")