Spaces:
Running
Running
Bishmoy Paul commited on
Commit ·
5da3da3
1
Parent(s): 75f7f94
fix: pinned requirements to avoid build error
Browse files- README.md +1 -0
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.19.2
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc0-1.0
|
|
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.19.2
|
| 8 |
+
python_version: 3.11
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: cc0-1.0
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
ragatouille
|
|
|
|
| 2 |
google-generativeai
|
| 3 |
groq
|
| 4 |
huggingface_hub
|
|
|
|
| 1 |
+
ragatouille==0.0.9.post2
|
| 2 |
+
voyager==2.1.0
|
| 3 |
google-generativeai
|
| 4 |
groq
|
| 5 |
huggingface_hub
|