Spaces:
Build error
Build error
Commit
·
141404c
1
Parent(s):
74fc255
add debugging
Browse files
app.py
CHANGED
@@ -132,5 +132,6 @@ iface = gr.Interface(
|
|
132 |
css=".output { flex-direction: column; } .output .outputs { width: 100%; }" # Custom CSS
|
133 |
)
|
134 |
|
135 |
-
iface.launch()
|
|
|
136 |
|
|
|
132 |
css=".output { flex-direction: column; } .output .outputs { width: 100%; }" # Custom CSS
|
133 |
)
|
134 |
|
135 |
+
#iface.launch()
|
136 |
+
iface.launch(debug=True)
|
137 |
|