erikacardenas300 commited on
Commit
901e561
·
1 Parent(s): 0920bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- #pip install transformers==2.5.0
2
- #pip install spacy-transformers==0.6.0
3
 
4
 
5
  import streamlit as st
 
1
+ import os
2
+ os.system('pip install transformers')
3
 
4
 
5
  import streamlit as st