Spaces:
Sleeping
Sleeping
Ilija Eftimov
commited on
Commit
·
dec6748
1
Parent(s):
022ae0c
Update description
Browse files
app.py
CHANGED
|
@@ -28,7 +28,9 @@ There are too many countries in the world, and even though it'd be interesting t
|
|
| 28 |
* Luxembourg and the Netherlands
|
| 29 |
* Slovenia, Russia, and Slovakia
|
| 30 |
|
| 31 |
-
This is where
|
|
|
|
|
|
|
| 32 |
"""
|
| 33 |
|
| 34 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=gr.outputs.Label(num_top_classes=3), examples=examples, title=title, description=description)
|
|
|
|
| 28 |
* Luxembourg and the Netherlands
|
| 29 |
* Slovenia, Russia, and Slovakia
|
| 30 |
|
| 31 |
+
This is where this space helps.
|
| 32 |
+
|
| 33 |
+
\[0]: https://www.britannica.com/list/flags-that-look-alike
|
| 34 |
"""
|
| 35 |
|
| 36 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=gr.outputs.Label(num_top_classes=3), examples=examples, title=title, description=description)
|