erikacardenas300 commited on
Commit
7c32f35
·
1 Parent(s): faa6537

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
+ !pip install transformers==2.5.0
2
+ !pip install spacy-transformers==0.6.0
3
 
4
 
5
  import streamlit as st