tykiww commited on
Commit
5dc7957
·
verified ·
1 Parent(s): b99e634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def main(conf):
138
  inputs=[question, goals, session_key],
139
  outputs=[model_output,context_output])
140
 
141
- demo.launch()
142
 
143
 
144
  ##################### Execute #####################
 
138
  inputs=[question, goals, session_key],
139
  outputs=[model_output,context_output])
140
 
141
+ demo.launch(server_name="0.0.0.0", allowed_paths=["/"])
142
 
143
 
144
  ##################### Execute #####################