GH111 commited on
Commit
fed8ca1
1 Parent(s): cbe022a

Update app.py

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