Akshay Vs commited on
Commit
daeb276
1 Parent(s): b495f34

Added functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from random import randint
7
 
8
  # initializing session_state
9
  #os.system('pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
10
- #os.system('pip install transformers')
11
 
12
  from transformers import pipeline, set_seed
13
 
 
7
 
8
  # initializing session_state
9
  #os.system('pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
10
+ os.system('pip install transformers')
11
 
12
  from transformers import pipeline, set_seed
13