Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,5 +14,5 @@ image = gr.inputs.Image(shape=(192,192))
|
|
| 14 |
label = gr.outputs.Label()
|
| 15 |
examples = ['bee.jpg', 'wasp.jpg']
|
| 16 |
|
| 17 |
-
intf = gr.Interface(fn=predict,inputs=image,outputs=label, examples=examples)
|
| 18 |
intf.launch(inline=False)
|
|
|
|
| 14 |
label = gr.outputs.Label()
|
| 15 |
examples = ['bee.jpg', 'wasp.jpg']
|
| 16 |
|
| 17 |
+
intf = gr.Interface(fn=predict,inputs=image,outputs=label, examples=examples, title=title)
|
| 18 |
intf.launch(inline=False)
|