xtlyxt commited on
Commit
e51f240
·
verified ·
1 Parent(s): b364de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -2,6 +2,10 @@ import streamlit as st
2
  streamlit clean
3
  streamlit run app.py
4
 
 
 
 
 
5
  from PIL import Image
6
  from transformers import ViTForImageClassification, ViTImageProcessor
7
 
 
2
  streamlit clean
3
  streamlit run app.py
4
 
5
+ pip install --upgrade pip
6
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
7
+
8
+
9
  from PIL import Image
10
  from transformers import ViTForImageClassification, ViTImageProcessor
11