Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,5 +32,5 @@ def predict(inp):
|
|
| 32 |
|
| 33 |
examples = [['fiat500.jpg'],['VWUP.jpg']]
|
| 34 |
|
| 35 |
-
interface = gr.Interface(predict, inputs=
|
| 36 |
interface.launch()
|
|
|
|
| 32 |
|
| 33 |
examples = [['fiat500.jpg'],['VWUP.jpg']]
|
| 34 |
|
| 35 |
+
interface = gr.Interface(predict, inputs='image', outputs="label", title=title, description=description, examples=examples, cache_examples=False)
|
| 36 |
interface.launch()
|