Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
transformers
|
| 3 |
+
youtube_transcript_api
|
| 4 |
+
SentencePiece
|
| 5 |
+
torch==1.10.0
|
| 6 |
+
torchvision==0.11.1
|
| 7 |
+
torchaudio===0.10.0
|