Update app.py
Browse files
app.py
CHANGED
|
@@ -34,11 +34,6 @@ iface = gr.Interface(
|
|
| 34 |
gr.Textbox(label="Labels (comma-separated)")
|
| 35 |
],
|
| 36 |
outputs=gr.Label(),
|
| 37 |
-
examples=[
|
| 38 |
-
["https://example.com/dog.jpg", "dog,cat,bird"],
|
| 39 |
-
["https://example.com/germany.jpg", "germany,belgium,colombia"],
|
| 40 |
-
["https://example.com/colombia.jpg", "germany,belgium,colombia"]
|
| 41 |
-
],
|
| 42 |
description="Add an image URL (starting with http/https) or upload a picture, and provide a list of labels separated by commas.",
|
| 43 |
title="Zero-shot Image Classification"
|
| 44 |
)
|
|
|
|
| 34 |
gr.Textbox(label="Labels (comma-separated)")
|
| 35 |
],
|
| 36 |
outputs=gr.Label(),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
description="Add an image URL (starting with http/https) or upload a picture, and provide a list of labels separated by commas.",
|
| 38 |
title="Zero-shot Image Classification"
|
| 39 |
)
|