Spaces:
Running
on
Zero
Running
on
Zero
JianyuanWang
commited on
Commit
•
c5a094f
1
Parent(s):
f6a127b
add clear buttion
Browse files
app.py
CHANGED
@@ -257,8 +257,8 @@ with gr.Blocks() as demo:
|
|
257 |
|
258 |
|
259 |
examples = [
|
260 |
-
[cake_video, cake_images, 3, 4096],
|
261 |
[british_museum_video, british_museum_images, 2, 4096],
|
|
|
262 |
]
|
263 |
|
264 |
gr.Examples(examples=examples,
|
|
|
257 |
|
258 |
|
259 |
examples = [
|
|
|
260 |
[british_museum_video, british_museum_images, 2, 4096],
|
261 |
+
[cake_video, cake_images, 3, 2048],
|
262 |
]
|
263 |
|
264 |
gr.Examples(examples=examples,
|