paascorb commited on
Commit
586fb7e
1 Parent(s): 084b074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ os.system('pip install transformers')
6
  os.system('pip install --upgrade pip')
7
  os.system('pip install tensorflow')
8
  os.system('pip install nltk')
 
9
 
10
  from transformers import pipeline
11
  from transformers import MarianMTModel, MarianTokenizer
 
6
  os.system('pip install --upgrade pip')
7
  os.system('pip install tensorflow')
8
  os.system('pip install nltk')
9
+ os.system('pip install torchvision ')
10
 
11
  from transformers import pipeline
12
  from transformers import MarianMTModel, MarianTokenizer