Spaces:
Running
Running
forgot comma
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
inputs=gr.Image(label="Select an image", type="file",shape=(200, 200)),
|
26 |
outputs="text",
|
27 |
live=True,
|
28 |
-
title="Identify the car"
|
29 |
examples=sample_images
|
30 |
)
|
31 |
|
|
|
25 |
inputs=gr.Image(label="Select an image", type="file",shape=(200, 200)),
|
26 |
outputs="text",
|
27 |
live=True,
|
28 |
+
title="Identify the car",
|
29 |
examples=sample_images
|
30 |
)
|
31 |
|