Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image
|
|
| 5 |
|
| 6 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 7 |
|
| 8 |
-
from
|
| 9 |
|
| 10 |
st.set_page_config(page_title="Cat Breed Classifier")
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 7 |
|
| 8 |
+
from predict import predict
|
| 9 |
|
| 10 |
st.set_page_config(page_title="Cat Breed Classifier")
|
| 11 |
|