userlocallm commited on
Commit
a7e4213
·
verified ·
1 Parent(s): f991642

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ demo = gr.ChatInterface(
87
  )
88
 
89
  if __name__ == "__main__":
90
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
87
  )
88
 
89
  if __name__ == "__main__":
90
+ demo.launch()