Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
gradio
|
3 |
pandas
|
|
|
1 |
+
pip install torch torchvision torchaudio
|
2 |
+
pip install tensorflow
|
3 |
+
import torch
|
4 |
+
print(torch.__version__)
|
5 |
+
|
6 |
transformers
|
7 |
gradio
|
8 |
pandas
|