Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -190,15 +190,15 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
190 |
# Placeholder examples
|
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", "More shapes."],
|
|
|
|
|
|
|
202 |
],
|
203 |
inputs=[imagebox, textbox],
|
204 |
examples_per_page=3
|
|
|
190 |
# Placeholder examples
|
191 |
gr.Examples(
|
192 |
examples=[
|
|
|
193 |
["./examples/apple_music.png", "Star to favorite."],
|
194 |
["./examples/app_store.png", "Download Kindle."],
|
195 |
["./examples/ios_setting.png", "Turn off Do not disturb."],
|
196 |
["./examples/map.png", "Boston."],
|
197 |
["./examples/wallet.png", "Scan a QR code."],
|
|
|
|
|
198 |
["./examples/word.png", "More shapes."],
|
199 |
+
["./examples/web_shopping.png", "Proceed to checkout."],
|
200 |
+
["./examples/web_forum.png", "Post my comment."],
|
201 |
+
["./examples/safari_google.png", "Click on search bar."],
|
202 |
],
|
203 |
inputs=[imagebox, textbox],
|
204 |
examples_per_page=3
|