Spaces:
Sleeping
Sleeping
CB commited on
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
|
@@ -6,9 +6,4 @@ ffmpeg-python>=0.2.0
|
|
| 6 |
requests>=2.28
|
| 7 |
google-generativeai==0.6.0
|
| 8 |
|
| 9 |
-
# phi and phi-vision
|
| 10 |
-
https://github.com/lukasruff/phi/archive/refs/heads/main.zip#egg=phi
|
| 11 |
-
https://github.com/lukasruff/phi-vision/archive/refs/heads/main.zip#egg=phi-vision
|
| 12 |
-
|
| 13 |
-
# If phi requires torch, install CPU wheel in postBuild (recommended)
|
| 14 |
-
# pip install torch==2.2.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
|
|
|
| 6 |
requests>=2.28
|
| 7 |
google-generativeai==0.6.0
|
| 8 |
|
| 9 |
+
# Note: phi and phi-vision are installed in postBuild via git clone to avoid archive/zip issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|