Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def predict(img_path):
|
|
192 |
return f"Error: {str(e)}"
|
193 |
|
194 |
with gr.Blocks(title="Wildlife Animal Classifier", css=css) as demo:
|
195 |
-
gr.Markdown("## 🐾 Animal Classifier")
|
196 |
gr.Markdown("Select an image below or upload your own, then click Classify")
|
197 |
gr.Markdown("Trained Classes: antelope, buffalo, chimpanzee, cow, deer, dolphin, elephant, fox, giantpanda, giraffe, gorilla, grizzlybear, hamster, hippopotamus, horse, humpbackwhale, leopard, lion, moose, otter, ox, pig, polarbear, rabbit, rhinoceros, seal, sheep, squirrel, tiger, zebra")
|
198 |
# Store current image path
|
|
|
192 |
return f"Error: {str(e)}"
|
193 |
|
194 |
with gr.Blocks(title="Wildlife Animal Classifier", css=css) as demo:
|
195 |
+
gr.Markdown("## 🐾Wildlife Animal Classifier")
|
196 |
gr.Markdown("Select an image below or upload your own, then click Classify")
|
197 |
gr.Markdown("Trained Classes: antelope, buffalo, chimpanzee, cow, deer, dolphin, elephant, fox, giantpanda, giraffe, gorilla, grizzlybear, hamster, hippopotamus, horse, humpbackwhale, leopard, lion, moose, otter, ox, pig, polarbear, rabbit, rhinoceros, seal, sheep, squirrel, tiger, zebra")
|
198 |
# Store current image path
|