IncreasingLoss commited on
Commit
f560c02
·
verified ·
1 Parent(s): 5060b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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