Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def predict(img_path):
|
|
191 |
except Exception as e:
|
192 |
return f"Error: {str(e)}"
|
193 |
|
194 |
-
with gr.Blocks(title="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")
|
|
|
191 |
except Exception as e:
|
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")
|