Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -653,6 +653,6 @@ if __name__ == "__main__":
|
|
| 653 |
server_name="0.0.0.0", # Allows external access
|
| 654 |
server_port=7860, # Standard Gradio port
|
| 655 |
show_error=True,
|
| 656 |
-
enable_queue=True, # Handle multiple users
|
| 657 |
max_threads=10 # Limit concurrent processing
|
| 658 |
)
|
|
|
|
| 653 |
server_name="0.0.0.0", # Allows external access
|
| 654 |
server_port=7860, # Standard Gradio port
|
| 655 |
show_error=True,
|
| 656 |
+
# enable_queue=True, # Handle multiple users
|
| 657 |
max_threads=10 # Limit concurrent processing
|
| 658 |
)
|