humanda5 commited on
Commit
273dfc4
·
1 Parent(s): f105d5f

Fix Hugging Face environment configuration

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +4 -93
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: 🤖
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  ---
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ python_version: "3.11"
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -1,95 +1,6 @@
1
- accelerate==1.7.0
2
- annotated-types==0.7.0
3
- asttokens==3.0.0
4
- bitsandbytes==0.45.5
5
- blinker==1.9.0
6
- cachetools==5.5.2
7
- certifi==2025.4.26
8
- charset-normalizer==3.4.2
9
- click==8.2.0
10
- colorama==0.4.6
11
- comm==0.2.2
12
- debugpy==1.8.13
13
- decorator==5.2.1
14
- exceptiongroup==1.3.0
15
- executing==2.2.0
16
- faiss-cpu
17
- filelock==3.18.0
18
- Flask
19
- fsspec==2025.5.0
20
- google-ai-generativelanguage==0.6.15
21
- google-api-core==2.25.0
22
- google-api-python-client==2.171.0
23
- google-auth==2.40.3
24
- google-auth-httplib2==0.2.0
25
  google-generativeai
26
- googleapis-common-protos==1.70.0
27
- grpcio==1.73.0
28
- grpcio-status==1.71.0
29
- httplib2==0.22.0
30
- huggingface-hub==0.32.0
31
- idna==3.10
32
- importlib_metadata==8.7.0
33
- ipykernel==6.29.5
34
- ipython==9.1.0
35
- ipython_pygments_lexers==1.1.1
36
- itsdangerous==2.2.0
37
- jedi==0.19.2
38
- Jinja2==3.1.6
39
- joblib==1.5.1
40
- jupyter_client==8.6.3
41
- jupyter_core==5.7.2
42
- MarkupSafe==3.0.2
43
- matplotlib-inline==0.1.7
44
- mpmath==1.3.0
45
- nest-asyncio==1.6.0
46
- networkx==3.4.2
47
- numpy
48
- packaging==24.2
49
- parso==0.8.4
50
- pickleshare==0.7.5
51
- pillow==11.0.0
52
- platformdirs==4.3.7
53
- prompt_toolkit==3.0.50
54
- proto-plus==1.26.1
55
- protobuf==5.29.5
56
- psutil==7.0.0
57
- pure_eval==0.2.3
58
- pyasn1==0.6.1
59
- pyasn1_modules==0.4.2
60
- pydantic==2.11.5
61
- pydantic_core==2.33.2
62
- pygame==2.6.1
63
- Pygments==2.19.1
64
- pyparsing==3.2.3
65
- python-dateutil==2.9.0.post0
66
- python-dotenv
67
- pywin32==304
68
- PyYAML==6.0.2
69
- pyzmq==26.4.0
70
- regex==2024.11.6
71
- requests==2.32.3
72
- rsa==4.9.1
73
- safetensors==0.5.3
74
- scikit-learn==1.7.0
75
- scipy==1.15.3
76
  sentence-transformers
77
- six==1.17.0
78
- stack-data==0.6.3
79
- sympy==1.14.0
80
- threadpoolctl==3.6.0
81
- tokenizers==0.21.1
82
- torch==2.7.0
83
- torchaudio==2.7.0
84
- torchvision==0.22.0
85
- tornado==6.4.2
86
- tqdm==4.67.1
87
- traitlets==5.14.3
88
- transformers==4.52.3
89
- typing-inspection==0.4.1
90
- typing_extensions==4.13.1
91
- uritemplate==4.2.0
92
- urllib3==2.4.0
93
- wcwidth==0.2.13
94
- Werkzeug==3.1.3
95
- zipp==3.21.0
 
1
+ flask
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  google-generativeai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  sentence-transformers
4
+ faiss-cpu
5
+ python-dotenv
6
+ numpy