Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
gradio==3.50.1
|
| 8 |
-
pandas==2.1.1
|
|
|
|
| 1 |
+
git+https://github.com/openai/whisper.git
|
| 2 |
+
transformers>=4.37.1
|
| 3 |
+
torch>=2.0.1
|
| 4 |
+
gradio>=3.40.0
|
| 5 |
+
fastapi>=0.102.0
|
| 6 |
+
uvicorn[standard]>=0.23.1
|
|
|
|
|
|