Pablogps commited on
Commit
14074c9
·
verified ·
1 Parent(s): dafc309

Update app.py

Browse files

updated name and description

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ def predict(img):
25
  print(tb, flush=True)
26
  raise gr.Error(f"{type(e).__name__}: {e}")
27
 
28
- title = "Bad castle predictor"
29
- description = "A bad model that tries to identify the type of castle."
30
  examples = ['examples_american_crow.jpg', 'examples_barn_swallow.jpg', 'examples_pied_kingfisher.jpg']
31
 
32
  demo = gr.Interface(
 
25
  print(tb, flush=True)
26
  raise gr.Error(f"{type(e).__name__}: {e}")
27
 
28
+ title = "Bird classifier"
29
+ description = "A small model that classifies birds, trained quickly with kedar 200."
30
  examples = ['examples_american_crow.jpg', 'examples_barn_swallow.jpg', 'examples_pied_kingfisher.jpg']
31
 
32
  demo = gr.Interface(