Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
faster-whisper
|
| 3 |
-
psutil
|
| 4 |
-
pynvml
|
|
|
|
| 1 |
+
gradio>=4.44.0,<=4.44.1
|
| 2 |
+
faster-whisper>=1.0.0,<2.0.0
|
| 3 |
+
psutil>=5.0.0,<6.0.0
|
| 4 |
+
pynvml>=11.0.0,<12.0.0
|