masa729406 commited on
Commit
b79ffac
Β·
1 Parent(s): 2bb5a77

Update app.py

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