Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -13
requirements.txt
CHANGED
|
@@ -1,15 +1,6 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
torch
|
| 3 |
transformers
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
# Google Generative AI
|
| 7 |
-
google-genai==1.5.0
|
| 8 |
-
|
| 9 |
-
# Web Interface
|
| 10 |
-
gradio==5.6.0
|
| 11 |
-
|
| 12 |
-
# Utilities
|
| 13 |
-
python-dotenv
|
| 14 |
-
pydantic==2.10.6
|
| 15 |
-
gtts
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
google-genai
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
+
gradio
|
| 6 |
+
gtts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|