7beshoyarnest commited on
Commit
fc54542
·
1 Parent(s): a030218

force Python 3.11 and restore gradio 4.43.0

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. README.md +1 -1
  3. requirements.txt +1 -1
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧠
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: src/app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.43.0
8
  app_file: src/app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  chromadb==0.5.3
2
  chroma-hnswlib==0.7.3
3
- gradio==4.44.1
4
  langchain==0.2.16
5
  langchain-chroma==0.1.3
6
  langchain-community==0.2.16
 
1
  chromadb==0.5.3
2
  chroma-hnswlib==0.7.3
3
+ gradio==4.43.0
4
  langchain==0.2.16
5
  langchain-chroma==0.1.3
6
  langchain-community==0.2.16