Update app.py
Browse files
app.py
CHANGED
|
@@ -37,9 +37,7 @@ iface = gr.Interface(
|
|
| 37 |
fn=predict_apple,
|
| 38 |
inputs=input_image,
|
| 39 |
outputs=gr.Label(),
|
| 40 |
-
examples=[
|
| 41 |
-
"images/Gesund3.jpg",
|
| 42 |
-
"images/Gesund3.jpg"],
|
| 43 |
description="APPLE MODEL")
|
| 44 |
|
| 45 |
iface.launch()
|
|
|
|
| 37 |
fn=predict_apple,
|
| 38 |
inputs=input_image,
|
| 39 |
outputs=gr.Label(),
|
| 40 |
+
examples=[],
|
|
|
|
|
|
|
| 41 |
description="APPLE MODEL")
|
| 42 |
|
| 43 |
iface.launch()
|