Spaces:
Sleeping
Sleeping
adding requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
whisper
|
4 |
+
streamlit
|
5 |
+
streamlit-audiorecorder
|
6 |
+
apiclient
|
7 |
+
httplib2
|
8 |
+
oauth2client
|
9 |
+
bardapi
|
10 |
+
ffmpeg
|
11 |
+
ffmpeg-python
|