USC-GPT / app.py
bhulston's picture
Update app.py
1b4c11b
raw
history blame
109 Bytes
import streamlit as st
from transformers import pipeline
from PIL import Image
st.title("Hot Dog? Or Not?")