soniakhamitkar commited on
Commit
056906a
·
verified ·
1 Parent(s): f0a4ea0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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