AMead10 commited on
Commit
f3bf411
·
1 Parent(s): 5eb0eb0
Files changed (3) hide show
  1. .gitignore +3 -1
  2. app.py +1 -1
  3. requirements.txt +2 -1
.gitignore CHANGED
@@ -1,3 +1,5 @@
1
  __pycache__
2
  examples
3
- .env
 
 
 
1
  __pycache__
2
  examples
3
+ .env
4
+ .venv
5
+ .gradio
app.py CHANGED
@@ -424,4 +424,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
424
  )
425
 
426
  # Launch the app
427
- app.launch(auth=auth, share=True)
 
424
  )
425
 
426
  # Launch the app
427
+ app.launch(auth=auth)
requirements.txt CHANGED
@@ -3,4 +3,5 @@ torch
3
  transformers
4
  langchain-openai
5
  langchain-core
6
- sentence_transformers
 
 
3
  transformers
4
  langchain-openai
5
  langchain-core
6
+ sentence_transformers
7
+ gradio