doevent commited on
Commit
984c17f
1 Parent(s): d9e18ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, show_error=True)
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