Spaces:
Running
on
A100
Running
on
A100
using transformers to handle the model
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
Pillow
|
2 |
-
opencv-python
|
3 |
-
num2words
|
4 |
-
ffmpeg-python
|
5 |
torch
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
accelerate
|
3 |
+
huggingface_hub
|
4 |
+
gradio
|
5 |
+
transformers@git+https://github.com/huggingface/transformers.git@refs/pull/36126/head
|
6 |
+
spaces
|
7 |
+
num2words
|
8 |
+
decord
|
9 |
+
opencv-python
|
10 |
+
Pillow
|
11 |
+
ffmpeg-python
|