Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,6 +24,6 @@ def predict(img):
|
|
| 24 |
|
| 25 |
outputs=gr.Label(num_top_classes=3),
|
| 26 |
|
| 27 |
-
title="Brain and fruits classifier"
|
| 28 |
|
| 29 |
description="This model identifies between real brains, prunes and walnuts in images.").launch()
|
|
|
|
| 24 |
|
| 25 |
outputs=gr.Label(num_top_classes=3),
|
| 26 |
|
| 27 |
+
title="Brain and fruits classifier",
|
| 28 |
|
| 29 |
description="This model identifies between real brains, prunes and walnuts in images.").launch()
|