Update app.py
Browse files
app.py
CHANGED
|
@@ -20,6 +20,5 @@ iface = gr.Interface(fn=predict,
|
|
| 20 |
inputs='image',
|
| 21 |
outputs='label',
|
| 22 |
title=title,
|
| 23 |
-
examples=examples
|
| 24 |
-
interpretation='default')
|
| 25 |
iface.launch(share=True)
|
|
|
|
| 20 |
inputs='image',
|
| 21 |
outputs='label',
|
| 22 |
title=title,
|
| 23 |
+
examples=examples)
|
|
|
|
| 24 |
iface.launch(share=True)
|