Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
147 |
outputs=[a_output, j_output, n_output],
|
148 |
api_name="neurojane")
|
149 |
|
150 |
-
demo.launch()
|
|
|
147 |
outputs=[a_output, j_output, n_output],
|
148 |
api_name="neurojane")
|
149 |
|
150 |
+
demo.launch(debug=True)
|