Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi
|
|
2 |
uvicorn
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.0.0+cpu
|
5 |
-
transformers
|
|
|
|
2 |
uvicorn
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.0.0+cpu
|
5 |
+
transformers
|
6 |
+
youtube-transcript-api
|