Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ def classifyCar(im):
|
|
| 88 |
#examples = [[example_img.jpg], [example_img2.jpg]] # must be uploaded in repo
|
| 89 |
|
| 90 |
# create interface for model
|
| 91 |
-
interface = gr.Interface(classifyCar, inputs='image', outputs=['
|
| 92 |
interface.launch()
|
| 93 |
|
| 94 |
|
|
|
|
| 88 |
#examples = [[example_img.jpg], [example_img2.jpg]] # must be uploaded in repo
|
| 89 |
|
| 90 |
# create interface for model
|
| 91 |
+
interface = gr.Interface(classifyCar, inputs='image', outputs=['label'], cache_examples=False, title='VW Up or Fiat 500')
|
| 92 |
interface.launch()
|
| 93 |
|
| 94 |
|