fix: hf compatability fix
Browse files- pyproject.toml +1 -0
- requirements.txt +1 -0
pyproject.toml
CHANGED
|
@@ -16,6 +16,7 @@ dependencies = [
|
|
| 16 |
"python-dotenv>=1.0.0",
|
| 17 |
"openenv-core==0.1.1",
|
| 18 |
"gradio>=4.0.0",
|
|
|
|
| 19 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 20 |
]
|
| 21 |
|
|
|
|
| 16 |
"python-dotenv>=1.0.0",
|
| 17 |
"openenv-core==0.1.1",
|
| 18 |
"gradio>=4.0.0",
|
| 19 |
+
"huggingface-hub==0.25.2",
|
| 20 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 21 |
]
|
| 22 |
|
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ openai>=1.0.0
|
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
openenv-core==0.1.1
|
| 7 |
gradio>=4.0.0
|
|
|
|
| 8 |
audioop-lts>=0.2.2; python_version >= "3.13"
|
|
|
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
openenv-core==0.1.1
|
| 7 |
gradio>=4.0.0
|
| 8 |
+
huggingface-hub==0.25.2
|
| 9 |
audioop-lts>=0.2.2; python_version >= "3.13"
|