myyim commited on
Commit
0744a1c
·
verified ·
1 Parent(s): da6393f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import torch
2
  from transformers import pipeline
3
  import streamlit as st
 
1
+ import os
2
+ os.system('pip install torch')
3
+
4
  import torch
5
  from transformers import pipeline
6
  import streamlit as st