Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
typing_extensions
|
4 |
+
transformers[torch]
|
5 |
+
-U gradio
|
6 |
+
transformers --upgrade
|
7 |
+
torch torchvision pytorch-lightning
|