IncreasingLoss commited on
Commit
af28535
·
verified ·
1 Parent(s): 24fbc9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -159,12 +159,7 @@ def predict(img_path):
159
  with gr.Blocks(title="Animal Classifier", css=css) as demo:
160
  gr.Markdown("## 🐾 Animal Classifier")
161
  gr.Markdown("Select an image below or upload your own, then click Classify")
162
- gr.Markdown("Trained Classes:
163
- 'antelope', 'buffalo', 'chimpanzee', 'cow', 'deer', 'dolphin',
164
- 'elephant', 'fox', 'giant+panda', 'giraffe', 'gorilla', 'grizzlybear',
165
- 'hamster', 'hippopotamus', 'horse', 'humpbackwhale', 'leopard', 'lion',
166
- 'moose', 'otter', 'ox', 'pig', 'polarbear', 'rabbit', 'rhinoceros',
167
- 'seal', 'sheep', 'squirrel', 'tiger', 'zebra'")
168
  # Store current image path
169
  current_image = gr.State()
170
 
 
159
  with gr.Blocks(title="Animal Classifier", css=css) as demo:
160
  gr.Markdown("## 🐾 Animal Classifier")
161
  gr.Markdown("Select an image below or upload your own, then click Classify")
162
+ 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")
 
 
 
 
 
163
  # Store current image path
164
  current_image = gr.State()
165