lombardata commited on
Commit
0f02612
1 Parent(s): 5493c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -69,10 +69,8 @@ gr.Interface(
69
  inputs=gr.Image(shape=(224, 224)),
70
  #outputs=gr.Label(num_top_classes=5),
71
  outputs="label",
72
- examples=[
73
- "Dalbergia oliveri.JPG",
74
- "Eucalyptus.JPG",
75
- "Khaya senegalensis.JPG",
76
- "Syzygium nervosum.JPG",
77
- ]
78
  ).launch()
 
69
  inputs=gr.Image(shape=(224, 224)),
70
  #outputs=gr.Label(num_top_classes=5),
71
  outputs="label",
72
+ examples=["GOPR0106.JPG",
73
+ "session_2021_08_30_Mayotte_10_image_00066.jpg",
74
+ "session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG",
75
+ "session_2023_06_28_caplahoussaye_plancha_body_v1B_00_GP1_3_1327.jpeg"],
 
 
76
  ).launch()