IamVicky111 commited on
Commit
bbad36e
·
verified ·
1 Parent(s): 52115ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import os
2
- os.system('pip install transformers')
3
 
 
 
4
 
5
  import streamlit as st
6
 
 
1
  import os
2
+ os.system('pip install transformers','pip install torch torchvision torchaudio')
3
 
4
+ import torch
5
+ print(torch.__version__)
6
 
7
  import streamlit as st
8