hiddenVariable commited on
Commit
9c1f90a
·
verified ·
1 Parent(s): 2329827

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. front_end.py +1 -1
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  .venv
2
- .env
 
 
1
  .venv
2
+ .env
3
+ *pycache*
front_end.py CHANGED
@@ -21,4 +21,4 @@ with gr.Blocks(theme=Base(), title="Market Research and VOC bot") as demo:
21
 
22
  button.click(mongo_rag_tool, textbox, outputs=[output1, output2])
23
 
24
- demo.launch(share=True)
 
21
 
22
  button.click(mongo_rag_tool, textbox, outputs=[output1, output2])
23
 
24
+ demo.launch()