lombardata
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -71,14 +71,10 @@ description = f"This is a prototype application that demonstrates how artificial
|
|
71 |
gr.Interface(
|
72 |
fn=predict,
|
73 |
inputs=gr.Image(shape=(224, 224)),
|
74 |
-
#outputs=gr.Label(num_top_classes=5),
|
75 |
outputs="label",
|
76 |
title=title,
|
77 |
-
description=description
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
# "session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG",
|
83 |
-
# "session_2023_06_28_caplahoussaye_plancha_body_v1B_00_GP1_3_1327.jpeg"],
|
84 |
-
#).launch()
|
|
|
71 |
gr.Interface(
|
72 |
fn=predict,
|
73 |
inputs=gr.Image(shape=(224, 224)),
|
|
|
74 |
outputs="label",
|
75 |
title=title,
|
76 |
+
description=description,
|
77 |
+
examples=["GOPR0106.JPG",
|
78 |
+
"session_2021_08_30_Mayotte_10_image_00066.jpg",
|
79 |
+
"session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG",
|
80 |
+
"session_2023_06_28_caplahoussaye_plancha_body_v1B_00_GP1_3_1327.jpeg"]).launch()
|
|
|
|
|
|