Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import requests
|
|
4 |
import streamlit as st
|
5 |
|
6 |
"""
|
7 |
-
#
|
8 |
-
This is a classifier for
|
9 |
"""
|
10 |
|
11 |
def predict(img):
|
|
|
4 |
import streamlit as st
|
5 |
|
6 |
"""
|
7 |
+
# Simple Cat Classifier
|
8 |
+
This is a simple classifier for Asian, Australian and Bengal cat breeds. It was trained on simulated images.
|
9 |
"""
|
10 |
|
11 |
def predict(img):
|