Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,14 @@ iface = gr.Interface(
|
|
33 |
fn=predict_input_image,
|
34 |
inputs=gr.Image(),
|
35 |
outputs='text',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
)
|
37 |
|
38 |
# Launch the interface
|
|
|
33 |
fn=predict_input_image,
|
34 |
inputs=gr.Image(),
|
35 |
outputs='text',
|
36 |
+
examples = [
|
37 |
+
['G_101.jpg'],
|
38 |
+
['N_10.jpg'],
|
39 |
+
['M_107.jpg'],
|
40 |
+
['N_101.jpg'],
|
41 |
+
['M_119.jpg'],
|
42 |
+
['N_128.jpg']
|
43 |
+
]
|
44 |
)
|
45 |
|
46 |
# Launch the interface
|