Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ examples = ['city.jpg',
|
|
| 36 |
'ocean.jpg']
|
| 37 |
|
| 38 |
intf = gr.Interface(fn=classify_image,
|
| 39 |
-
inputs=
|
| 40 |
-
outputs=
|
| 41 |
examples=examples)
|
| 42 |
intf.launch(inline=False)
|
|
|
|
| 36 |
'ocean.jpg']
|
| 37 |
|
| 38 |
intf = gr.Interface(fn=classify_image,
|
| 39 |
+
inputs=image,
|
| 40 |
+
outputs=label,
|
| 41 |
examples=examples)
|
| 42 |
intf.launch(inline=False)
|