paarthbhise commited on
Commit
e672c13
·
verified ·
1 Parent(s): 4f2650c

Update app.py

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