Spaces:
Runtime error
Runtime error
missing launch call
#1
by
radames
- opened
app.py
CHANGED
@@ -35,4 +35,6 @@ iface = gr.Interface(fn=chatbot,
|
|
35 |
title="IDS Agent",
|
36 |
css="body {background-color: #ADD8E6;}")
|
37 |
|
38 |
-
index = construct_index("docs")
|
|
|
|
|
|
35 |
title="IDS Agent",
|
36 |
css="body {background-color: #ADD8E6;}")
|
37 |
|
38 |
+
index = construct_index("docs")
|
39 |
+
|
40 |
+
iface.launch()
|