Update app.py
Browse filesupdated name and description
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 = "
|
| 29 |
-
description = "A
|
| 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(
|