Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,5 @@ gr.Interface(inference,
|
|
42 |
examples=[['groot.jpeg', "2x"]],
|
43 |
allow_flagging='never',
|
44 |
cache_examples=False,
|
45 |
-
).queue(concurrency_count=1, api_open=False).launch(show_api=
|
46 |
|
|
|
42 |
examples=[['groot.jpeg', "2x"]],
|
43 |
allow_flagging='never',
|
44 |
cache_examples=False,
|
45 |
+
).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)
|
46 |
|