svjack commited on
Commit
9c0ebbd
·
verified ·
1 Parent(s): b02423a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -268,5 +268,5 @@ with gr.Blocks() as demo:
268
  )
269
 
270
  if __name__ == "__main__":
271
- demo.queue(max_size=20, api_open=False)
272
- demo.launch(share=True, show_api=False)
 
268
  )
269
 
270
  if __name__ == "__main__":
271
+ demo.queue(max_size=20, api_open=True)
272
+ demo.launch(share=True, show_api=True)