missing launch call

#1
by radames HF staff - opened
Files changed (1) hide show
  1. app.py +3 -1
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()