Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JaredBailey
/
BirdOrSquirrelV1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JaredBailey
commited on
Feb 11, 2024
Commit
88d57d7
·
verified
·
1 Parent(s):
5f8b105
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import streamlit as st
2
3
st.write("Hi Jay and Suneel")
1
import streamlit as st
2
+
import torch
3
+
from torchvision import transforms
4
+
from PIL import Image
5
+
6
7
st.write("Hi Jay and Suneel")