Suratsada commited on
Commit
d6e9bde
·
1 Parent(s): 49bf0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- classifier = pipeline("image-classification",
5
- model="microsoft/cvt-13")
6
 
7
  def main():
8
  st.title("image-classification")
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ classifier = model(1).joblib
 
5
 
6
  def main():
7
  st.title("image-classification")