Madiharehan commited on
Commit
3d56b68
·
verified ·
1 Parent(s): 6a9be0d

Update app.py

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