doevent commited on
Commit
71c3d4c
1 Parent(s): bfa5b95
Files changed (1) hide show
  1. app.py +1 -1
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=False).launch(show_error=True, show_api=False)
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