vobecant
commited on
Commit
·
218a978
1
Parent(s):
4eed812
Initial commit.
Browse files
app.py
CHANGED
@@ -161,4 +161,4 @@ examples = [['examples/img1.jpg']]
|
|
161 |
iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title, description=description,
|
162 |
examples=examples)
|
163 |
|
164 |
-
iface.launch(debug=True)
|
|
|
161 |
iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title, description=description,
|
162 |
examples=examples)
|
163 |
|
164 |
+
iface.launch(debug=True,show_error=True)
|