Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ gr.Interface(
|
|
34 |
fn=predict_vehicle,
|
35 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
36 |
outputs=gr.JSON(label="Prediction Result"),
|
37 |
-
title="Vehicle Classification
|
38 |
description="Upload an image of a vehicle and the model will predict its type.",
|
39 |
live=True
|
40 |
).launch()
|
|
|
34 |
fn=predict_vehicle,
|
35 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
36 |
outputs=gr.JSON(label="Prediction Result"),
|
37 |
+
title="Vehicle Classification",
|
38 |
description="Upload an image of a vehicle and the model will predict its type.",
|
39 |
live=True
|
40 |
).launch()
|