tobiccino commited on
Commit
af1117b
1 Parent(s): 91e0d18
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
7
  sdk_version: 3.32.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 3.32.0
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.10.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gpt_index==0.4.24
2
  gradio==3.32.0
3
- langchain==0.0.181
4
  Requests==2.31.0
5
  sentence_transformers==2.2.2
6
  transformers==4.29.0
 
1
  gpt_index==0.4.24
2
  gradio==3.32.0
3
+ langchain==0.0.118
4
  Requests==2.31.0
5
  sentence_transformers==2.2.2
6
  transformers==4.29.0