Spaces:
Runtime error
Runtime error
Commit ·
cd13327
1
Parent(s): 23451a6
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,5 +13,5 @@ gr.Interface(
|
|
| 13 |
outputs = gr.outputs.Label(num_top_classes=3),
|
| 14 |
title = "Car Detector",
|
| 15 |
description = "A classfier to detect car brands from an image. Created using the car connection picture dataset as a demo for hugging face and gradio.",
|
| 16 |
-
|
| 17 |
).launch()
|
|
|
|
| 13 |
outputs = gr.outputs.Label(num_top_classes=3),
|
| 14 |
title = "Car Detector",
|
| 15 |
description = "A classfier to detect car brands from an image. Created using the car connection picture dataset as a demo for hugging face and gradio.",
|
| 16 |
+
|
| 17 |
).launch()
|