Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
36 |
css="body {background-color: #ADD8E6;}")
|
37 |
|
38 |
index = construct_index("docs")
|
39 |
+
interface.launch(server_name='0.0.0.0',server_port=7860)
|