doevent commited on
Commit
6c2b3a4
1 Parent(s): 4ebc5bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,5 +256,5 @@ with gr.Blocks() as demo:
256
  )
257
 
258
  if __name__ == "__main__":
259
- demo.queue(max_size=20, api_open=False)
260
- demo.launch(share=True, show_api=False)
 
256
  )
257
 
258
  if __name__ == "__main__":
259
+ demo.queue()
260
+ demo.launch(show_error=True)