Tongbo commited on
Commit
c545e2f
·
verified ·
1 Parent(s): b3a5001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,4 +192,4 @@ with gr.Blocks(css=custom_css) as demo:
192
  )
193
 
194
  if __name__ == "__main__":
195
- demo.queue().launch(server_name="0.0.0.0", server_port=8888)
 
192
  )
193
 
194
  if __name__ == "__main__":
195
+ demo.queue().launch()