Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
-
gradio
|
|
|
|
| 4 |
pillow
|
| 5 |
openai-whisper
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
+
gradio>=4.44.1
|
| 4 |
+
huggingface_hub>=0.25.2
|
| 5 |
pillow
|
| 6 |
openai-whisper
|