brurei commited on
Commit
bfbb394
1 Parent(s): 9faa230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ iface = gr.Interface(fn=chatbot,
45
  title="CD2 IA")
46
 
47
  index = construct_index("docs")
48
- iface.launch()
 
45
  title="CD2 IA")
46
 
47
  index = construct_index("docs")
48
+ iface.launch(share=True)