Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,14 +48,14 @@ iface = gr.Interface(
|
|
| 48 |
inputs="text",
|
| 49 |
outputs="image",
|
| 50 |
examples=[
|
| 51 |
-
["
|
| 52 |
-
["
|
| 53 |
-
["
|
| 54 |
-
["
|
| 55 |
-
["
|
| 56 |
-
["
|
| 57 |
-
["
|
| 58 |
-
["
|
| 59 |
],
|
| 60 |
title="Find the image most similar to the given text",
|
| 61 |
description='''<p>
|
|
|
|
| 48 |
inputs="text",
|
| 49 |
outputs="image",
|
| 50 |
examples=[
|
| 51 |
+
["a page of text about segmentation", "assets/images/page.png"],
|
| 52 |
+
["a facial photo of a tabby cat", "assets/images/chelsea.png"],
|
| 53 |
+
["a portrait of an astronaut with the American flag", "assets/images/astronaut.png"],
|
| 54 |
+
["a rocket standing on a launchpad", "assets/images/rocket.png"],
|
| 55 |
+
["a red motorcycle standing in a garage", "assets/images/motorcycle_right.png"],
|
| 56 |
+
["a person looking at a camera on a tripod", "assets/images/camera.png"],
|
| 57 |
+
["a black-and-white silhouette of a horse", "assets/images/horse.png"],
|
| 58 |
+
["a cup of coffee on a saucer", "assets/images/coffee.png"]
|
| 59 |
],
|
| 60 |
title="Find the image most similar to the given text",
|
| 61 |
description='''<p>
|