Spaces:
Running
on
Zero
Running
on
Zero
show api
Browse files
app.py
CHANGED
@@ -73,5 +73,5 @@ gr.Interface(inference,
|
|
73 |
examples=[['groot.jpeg', "2x"]],
|
74 |
allow_flagging='never',
|
75 |
cache_examples=False,
|
76 |
-
).queue(api_open=
|
77 |
|
|
|
73 |
examples=[['groot.jpeg', "2x"]],
|
74 |
allow_flagging='never',
|
75 |
cache_examples=False,
|
76 |
+
).queue(api_open=True).launch(show_error=True, show_api=True)
|
77 |
|