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