Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,6 @@ else:
|
|
| 144 |
|
| 145 |
if 'interface' in locals():
|
| 146 |
print("Launching Gradio interface...")
|
| 147 |
-
interface.launch()
|
| 148 |
-
|
| 149 |
else:
|
| 150 |
print("Gradio interface not found. Please ensure the previous steps were executed successfully.")
|
|
|
|
| 144 |
|
| 145 |
if 'interface' in locals():
|
| 146 |
print("Launching Gradio interface...")
|
| 147 |
+
interface.launch(debug=True)
|
|
|
|
| 148 |
else:
|
| 149 |
print("Gradio interface not found. Please ensure the previous steps were executed successfully.")
|