AnasAlokla commited on
Commit
9bbfdd0
·
verified ·
1 Parent(s): c6f7445

Update app.py

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