Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
•
da4c441
1
Parent(s):
e56ce7a
Fix model load
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -197,4 +197,4 @@ iface = gr.Interface(fn=segment, inputs=gradio_inputs,
|
|
197 |
examples=examples, title=title,
|
198 |
description=description)
|
199 |
|
200 |
-
iface.launch(enable_queue=True)
|
|
|
197 |
examples=examples, title=title,
|
198 |
description=description)
|
199 |
|
200 |
+
iface.launch(enable_queue=True, debug=True)
|