VenkateshRoshan commited on
Commit
45f8739
·
1 Parent(s): 49130e6

app file updated

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -170,7 +170,8 @@ if __name__ == "__main__":
170
  demo = create_chat_interface()
171
  demo.launch(
172
  share=True,
173
- server_name="0.0.0.0", # Makes the server accessible from other machines
174
- server_port=7860, # Specify the port
175
- debug=True
 
176
  )
 
170
  demo = create_chat_interface()
171
  demo.launch(
172
  share=True,
173
+ # server_name="0.0.0.0", # Makes the server accessible from other machines
174
+ # server_port=7860, # Specify the port
175
+ debug=True,
176
+ inline=False, server_port=6006
177
  )