Spaces:
Running
Running
typo
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ sample_images = ["AcuraTLType-S2008.jpg", "AudiR8Coupe2012.jpg", "DodgeMagnumWag
|
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=classify_image,
|
25 |
-
inputs=gr.Image(label="Select an image", type="
|
26 |
outputs="text",
|
27 |
live=True,
|
28 |
title="Identify the car",
|
|
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=classify_image,
|
25 |
+
inputs=gr.Image(label="Select an image", type="filepath"),
|
26 |
outputs="text",
|
27 |
live=True,
|
28 |
title="Identify the car",
|