Spaces:
Running
on
Zero
Running
on
Zero
JianyuanWang
commited on
Commit
•
4ef72bc
1
Parent(s):
7c6db12
update
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ with gr.Blocks() as demo:
|
|
235 |
[british_museum_video, british_museum_images, 2, 4096],
|
236 |
[apple_video, apple_images, 5, 2048],
|
237 |
[bonsai_video, bonsai_images, 3, 2048],
|
238 |
-
[cake_video, cake_images, 3, 2048],
|
239 |
]
|
240 |
|
241 |
gr.Examples(examples=examples,
|
|
|
235 |
[british_museum_video, british_museum_images, 2, 4096],
|
236 |
[apple_video, apple_images, 5, 2048],
|
237 |
[bonsai_video, bonsai_images, 3, 2048],
|
238 |
+
# [cake_video, cake_images, 3, 2048],
|
239 |
]
|
240 |
|
241 |
gr.Examples(examples=examples,
|