MAZALA2024
commited on
Commit
•
f635f72
1
Parent(s):
6e3bcee
Update app.py
Browse files
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=
|
|
|
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
|