radames HF staff commited on
Commit
84ad814
1 Parent(s): 285fadc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -115,6 +115,5 @@ iface = gr.Interface(
115
  examples=examples,
116
  allow_flagging="never",
117
  cache_examples=False,
118
- api_open=False
119
  )
120
- iface.launch(debug=True, show_api=False)
 
115
  examples=examples,
116
  allow_flagging="never",
117
  cache_examples=False,
 
118
  )
119
+ iface.launch(debug=True, show_api=False, api_open=False)