Kupredom commited on
Commit
e056bd5
·
verified ·
1 Parent(s): 7041965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -37,9 +37,7 @@ iface = gr.Interface(
37
  fn=predict_apple,
38
  inputs=input_image,
39
  outputs=gr.Label(),
40
- examples=["images/Gesund1.jpg",
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()