Update main.py
Browse files
main.py
CHANGED
|
@@ -172,4 +172,4 @@ gradio_iface: gr.Interface = gr.Interface(
|
|
| 172 |
allow_flagging="never"
|
| 173 |
)
|
| 174 |
|
| 175 |
-
app = gr.mount_gradio_app(app, gradio_iface, path="/")
|
|
|
|
| 172 |
allow_flagging="never"
|
| 173 |
)
|
| 174 |
|
| 175 |
+
app = gr.mount_gradio_app(app, gradio_iface, path="/")
|