Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -310,8 +310,4 @@ if __name__ == "__main__":
310
  gr.HTML(read_content("footer.html"))
311
  # gr.Image('./contributors.png')
312
 
313
- block.queue(max_size=50, concurrency_count=20).launch(
314
- # share=True,
315
- show_error=True,
316
- server_name="0.0.0.0"
317
- )
 
310
  gr.HTML(read_content("footer.html"))
311
  # gr.Image('./contributors.png')
312
 
313
+ block.queue(max_size=50, concurrency_count=20).launch()