Spaces:
Sleeping
Sleeping
add another test image
Browse files
Vamp_squid.jpg
ADDED
|
app.py
CHANGED
|
@@ -56,6 +56,7 @@ gr.Interface(fn=run,
|
|
| 56 |
col_count=(2, "fixed"),
|
| 57 |
),
|
| 58 |
examples=[
|
| 59 |
-
['test.jpg'
|
|
|
|
| 60 |
],
|
| 61 |
description="Input an image to get a list of labels").launch(share=True)
|
|
|
|
| 56 |
col_count=(2, "fixed"),
|
| 57 |
),
|
| 58 |
examples=[
|
| 59 |
+
['test.jpg'],
|
| 60 |
+
['Vamp_squid.jpg'],
|
| 61 |
],
|
| 62 |
description="Input an image to get a list of labels").launch(share=True)
|
test.png
DELETED
|
Binary file (4.2 kB)
|
|
|
test2.png
DELETED
|
Binary file (200 kB)
|
|
|