manuee commited on
Commit
f2315e6
·
1 Parent(s): 6a86c66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ iface = gr.Interface(fn=chatbot,
36
  css="body {background-color: #ADD8E6;}")
37
 
38
  index = construct_index("docs")
39
- iface.launch(share=True)
 
36
  css="body {background-color: #ADD8E6;}")
37
 
38
  index = construct_index("docs")
39
+ interface.launch(server_name='0.0.0.0',server_port=7860)