lombardata commited on
Commit
ce4d57a
1 Parent(s): 64f5d04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -68,9 +68,11 @@ gr.Interface(
68
  fn=predict,
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()
 
 
 
68
  fn=predict,
69
  inputs=gr.Image(shape=(224, 224)),
70
  #outputs=gr.Label(num_top_classes=5),
71
+ outputs="label").launch()
72
+
73
+
74
+ #examples=["GOPR0106.JPG",
75
+ # "session_2021_08_30_Mayotte_10_image_00066.jpg",
76
+ # "session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG",
77
+ # "session_2023_06_28_caplahoussaye_plancha_body_v1B_00_GP1_3_1327.jpeg"],
78
+ #).launch()