Small UI Update on the app
Browse files
app.py
CHANGED
|
@@ -330,8 +330,8 @@ demo = gr.Interface(
|
|
| 330 |
fn=predict,
|
| 331 |
inputs=gr.Image(type="pil"),
|
| 332 |
outputs=gr.Label(num_top_classes=1),
|
| 333 |
-
title="
|
| 334 |
-
description="Upload a car image and see
|
| 335 |
)
|
| 336 |
|
| 337 |
if __name__ == "__main__":
|
|
|
|
| 330 |
fn=predict,
|
| 331 |
inputs=gr.Image(type="pil"),
|
| 332 |
outputs=gr.Label(num_top_classes=1),
|
| 333 |
+
title="🚗Car Model Classifier🚗",
|
| 334 |
+
description="⬆Upload a car image and see what it is and how confident our model is on this particular picture!"
|
| 335 |
)
|
| 336 |
|
| 337 |
if __name__ == "__main__":
|