Kupredom commited on
Commit
2edbeeb
1 Parent(s): 91b8a68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -39,7 +39,16 @@ iface = gr.Interface(
39
  outputs=gr.Label(),
40
  examples=["images/Gesund1.JPG",
41
  "images/Gesund2.JPG",
42
- "images/Gesund3.JPG"],
 
 
 
 
 
 
 
 
 
43
  description="APPLE MODEL")
44
 
45
  iface.launch()
 
39
  outputs=gr.Label(),
40
  examples=["images/Gesund1.JPG",
41
  "images/Gesund2.JPG",
42
+ "images/Gesund3.JPG",
43
+ "images/Schorf1.JPG",
44
+ "images/Schorf2.JPG",
45
+ "images/Schorf3.JPG",
46
+ "images/Schwarzfaeule1.JPG",
47
+ "images/Schwarzfaeule2.JPG",
48
+ "images/Schwarzfaeule3.JPG",
49
+ "images/Zederapfel1.JPG",
50
+ "images/Zederapfel2.JPG",
51
+ "images/Zederapfel3.JPG"],
52
  description="APPLE MODEL")
53
 
54
  iface.launch()