doevent commited on
Commit
f8bccd7
1 Parent(s): ce5b5aa

Update app.py

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