GoGma commited on
Commit
da6bf87
·
verified ·
1 Parent(s): 4574d8e

Add AI models: Llama, Whisper, TTS, embeddings support

Browse files
Files changed (1) hide show
  1. 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