Spaces:
Sleeping
Sleeping
Update appqaq.py
Browse files
appqaq.py
CHANGED
@@ -4,8 +4,8 @@ import requests
|
|
4 |
import streamlit as st
|
5 |
|
6 |
"""
|
7 |
-
#
|
8 |
-
This is a classifier for images of
|
9 |
"""
|
10 |
|
11 |
def predict(img):
|
@@ -21,7 +21,7 @@ def predict(img):
|
|
21 |
|
22 |
|
23 |
path = "./"
|
24 |
-
learn_inf = load_learner(path + "
|
25 |
|
26 |
option = st.radio("", ["Upload Image", "Image URL"])
|
27 |
|
|
|
4 |
import streamlit as st
|
5 |
|
6 |
"""
|
7 |
+
#
|
8 |
+
This is a classifier for images of winter iu tzuyu and hanni
|
9 |
"""
|
10 |
|
11 |
def predict(img):
|
|
|
21 |
|
22 |
|
23 |
path = "./"
|
24 |
+
learn_inf = load_learner(path + "resnet34_stage.pkl")
|
25 |
|
26 |
option = st.radio("", ["Upload Image", "Image URL"])
|
27 |
|