Spaces:
Sleeping
Sleeping
Add AI models: Llama, Whisper, TTS, embeddings support
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
pillow
|
| 4 |
+
transformers
|
| 5 |
+
torch
|
| 6 |
+
sentence-transformers
|
| 7 |
+
openai-whisper
|
| 8 |
+
soundfile
|
| 9 |
+
librosa
|