Spaces:
Running
Running
typo
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
|
|
20 |
outputs="text",
|
21 |
live=True,
|
22 |
title="Car image classifier",
|
23 |
-
description="Upload a car image or select one of the examples below"
|
24 |
examples=sample_images
|
25 |
)
|
26 |
|
|
|
20 |
outputs="text",
|
21 |
live=True,
|
22 |
title="Car image classifier",
|
23 |
+
description="Upload a car image or select one of the examples below",
|
24 |
examples=sample_images
|
25 |
)
|
26 |
|