harshananddev commited on
Commit
6afdb3d
·
verified ·
1 Parent(s): 3b67143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  ### Set Up the Language Model
2
 
3
  from transformers import pipeline
 
1
+ ### PyTorch with CPU support
2
+ !pip install torch torchvision torchaudio
3
+
4
  ### Set Up the Language Model
5
 
6
  from transformers import pipeline