mrfakename commited on
Commit
a0aa901
1 Parent(s): 0bdd661
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,4 +316,4 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
316
  )
317
 
318
  if __name__ == "__main__":
319
- demo.queue(max_size=20).launch()
 
316
  )
317
 
318
  if __name__ == "__main__":
319
+ demo.queue(max_size=20, api_open=False).launch(show_api=False)