audrey06100 commited on
Commit
d725d3b
·
1 Parent(s): 2cb93fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -934,5 +934,5 @@ with gr.Blocks() as demo:
934
  )
935
 
936
  if __name__ == "__main__":
937
- demo.launch(server_name="0.0.0.0", server_port=7860)
938
 
 
934
  )
935
 
936
  if __name__ == "__main__":
937
+ demo.launch()
938