evelyncsb commited on
Commit
1e90462
·
1 Parent(s): 931456e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -48,14 +48,14 @@ iface = gr.Interface(
48
  inputs="text",
49
  outputs="image",
50
  examples=[
51
- ["page", "a page of text about segmentation", "assets/images/page.png"],
52
- ["chelsea", "a facial photo of a tabby cat", "assets/images/chelsea.png"],
53
- ["astronaut", "a portrait of an astronaut with the American flag", "assets/images/astronaut.png"],
54
- ["rocket", "a rocket standing on a launchpad", "assets/images/rocket.png"],
55
- ["motorcycle_right", "a red motorcycle standing in a garage", "assets/images/motorcycle_right.png"],
56
- ["camera", "a person looking at a camera on a tripod", "assets/images/camera.png"],
57
- ["horse", "a black-and-white silhouette of a horse", "assets/images/horse.png"],
58
- ["coffee", "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>
 
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>