misza222's picture
Create app.py
c16e60b
raw
history blame
99 Bytes
import streamlit as st
from transformers import pipeline
pipe = pipeline('image-classification')