Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ iface = gr.Interface(
|
|
15 |
fn=classify,
|
16 |
inputs="image",
|
17 |
outputs="label",
|
18 |
-
title="Seefood Demo",
|
19 |
description="Upload your favourite food pic"
|
20 |
)
|
21 |
iface.launch()
|
|
|
15 |
fn=classify,
|
16 |
inputs="image",
|
17 |
outputs="label",
|
|
|
18 |
description="Upload your favourite food pic"
|
19 |
)
|
20 |
iface.launch()
|