Update app.py
Browse files
app.py
CHANGED
|
@@ -611,4 +611,5 @@ except Exception as e:
|
|
| 611 |
print(f"Error during launch: {e}")
|
| 612 |
print("Trying alternative launch configuration...")
|
| 613 |
# Skip queue and simplify launch parameters
|
| 614 |
-
demo.launch(debug=True, show_api=False, share=False)
|
|
|
|
|
|
| 611 |
print(f"Error during launch: {e}")
|
| 612 |
print("Trying alternative launch configuration...")
|
| 613 |
# Skip queue and simplify launch parameters
|
| 614 |
+
demo.launch(debug=True, show_api=False, share=False)
|
| 615 |
+
|