MAZALA2024 commited on
Commit
f635f72
1 Parent(s): 6e3bcee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ iface = gr.Interface(
64
  ).queue() # Remove the 'concurrency_count' parameter
65
 
66
  # Launch the interface with max_threads
67
- iface.launch(debug=True, max_threads=20) # Set max_threads to control concurrency
 
64
  ).queue() # Remove the 'concurrency_count' parameter
65
 
66
  # Launch the interface with max_threads
67
+ iface.launch(debug=True, max_threads=10) # Set max_threads to control concurrency