Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.set_page_config(
|
|
7 |
layout="centered",
|
8 |
initial_sidebar_state="collapsed",
|
9 |
)
|
10 |
-
banner_img = Image.open("
|
11 |
st.image(banner_img)
|
12 |
|
13 |
pipe = pipeline("image-classification", model="skyau/dog-breed-classifier-vit")
|
|
|
7 |
layout="centered",
|
8 |
initial_sidebar_state="collapsed",
|
9 |
)
|
10 |
+
banner_img = Image.open("siberian_husky.training_120476149_251778649544863_6165880252359897080_n-e1601592765529.jpg")
|
11 |
st.image(banner_img)
|
12 |
|
13 |
pipe = pipeline("image-classification", model="skyau/dog-breed-classifier-vit")
|