Spaces:
Running
on
Zero
Running
on
Zero
jadechoghari
commited on
Commit
•
11106b2
1
Parent(s):
22bf1f3
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css=css) as demo:
|
|
122 |
)
|
123 |
|
124 |
# Example inputs, the last two are videos
|
125 |
-
|
126 |
["examples/1.png", 3, "A scenic mountain view", 500],
|
127 |
["examples/2.png", 2, "A forest with birds", 500],
|
128 |
["examples/3.png", 1, "A crowded city", 500]
|
|
|
122 |
)
|
123 |
|
124 |
# Example inputs, the last two are videos
|
125 |
+
example = [
|
126 |
["examples/1.png", 3, "A scenic mountain view", 500],
|
127 |
["examples/2.png", 2, "A forest with birds", 500],
|
128 |
["examples/3.png", 1, "A crowded city", 500]
|