Update app.py
Browse files
app.py
CHANGED
|
@@ -191,10 +191,17 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
| 191 |
gr.Examples(
|
| 192 |
examples=[
|
| 193 |
["./examples/safari_google.png", "Click on search bar."],
|
| 194 |
-
["./examples/apple_music.png", "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
],
|
| 196 |
inputs=[imagebox, textbox],
|
| 197 |
-
examples_per_page=
|
| 198 |
)
|
| 199 |
|
| 200 |
with gr.Column(scale=8):
|
|
|
|
| 191 |
gr.Examples(
|
| 192 |
examples=[
|
| 193 |
["./examples/safari_google.png", "Click on search bar."],
|
| 194 |
+
["./examples/apple_music.png", "Star to favorite."],
|
| 195 |
+
["./examples/app_store.png", "Download Kindle."],
|
| 196 |
+
["./examples/ios_setting.png", "Turn off Do not disturb"."],
|
| 197 |
+
["./examples/map.png", "Boston."],
|
| 198 |
+
["./examples/wallet.png", "Scan a QR code."],
|
| 199 |
+
["./examples/web_forum.png", "Post my comment."],
|
| 200 |
+
["./examples/web_shopping.png", "Proceed to checkout."],
|
| 201 |
+
["./examples/word.png", "Import 3D models."],
|
| 202 |
],
|
| 203 |
inputs=[imagebox, textbox],
|
| 204 |
+
examples_per_page=3
|
| 205 |
)
|
| 206 |
|
| 207 |
with gr.Column(scale=8):
|