Update app.py
Browse files
app.py
CHANGED
|
@@ -588,8 +588,7 @@ def main():
|
|
| 588 |
demo.queue(max_size=10) # Enable queue for better handling of long-running tasks
|
| 589 |
demo.launch(
|
| 590 |
max_threads=5, # Limit concurrent requests
|
| 591 |
-
show_error=True
|
| 592 |
-
share=True
|
| 593 |
)
|
| 594 |
|
| 595 |
|
|
|
|
| 588 |
demo.queue(max_size=10) # Enable queue for better handling of long-running tasks
|
| 589 |
demo.launch(
|
| 590 |
max_threads=5, # Limit concurrent requests
|
| 591 |
+
show_error=True # Show detailed errors
|
|
|
|
| 592 |
)
|
| 593 |
|
| 594 |
|