Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 #####################
|