itachi-ai commited on
Commit
e5effc3
·
verified ·
1 Parent(s): 4f87e3d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,5 +63,5 @@ with gr.Blocks() as demo:
63
  <div align='center'>It could be helpful for making RAG applications</div>
64
  MONGODB | LANGCHAIN | HUGGINGFACE
65
  """)
66
- gr.close_all()
67
- demo.launch()
 
63
  <div align='center'>It could be helpful for making RAG applications</div>
64
  MONGODB | LANGCHAIN | HUGGINGFACE
65
  """)
66
+
67
+ demo.launch(share = True)