Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -225,4 +225,4 @@ iface = gr.Interface(fn=main_app, inputs=gradio_inputs , outputs=gradio_outputs,
|
|
225 |
article=article,
|
226 |
enable_queue=True)
|
227 |
|
228 |
-
iface.launch(debug=True)
|
|
|
225 |
article=article,
|
226 |
enable_queue=True)
|
227 |
|
228 |
+
iface.launch(debug=True)
|