Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,6 @@ with gr.Blocks() as demo:
|
|
| 55 |
model_select = gr.Dropdown(
|
| 56 |
["1-1: [Cinematic Shots] -- Zoom Out",
|
| 57 |
"1-2: [Cinematic Shots] -- Zoom In",
|
| 58 |
-
"1-3: [Cinematic Shots] -- Zoom Out",
|
| 59 |
"1-3: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 1",
|
| 60 |
"1-4: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 2",
|
| 61 |
"1-5: [Cinematic Shots] -- Follow",
|
|
@@ -97,7 +96,7 @@ with gr.Blocks() as demo:
|
|
| 97 |
["1-1: [Cinematic Shots] -- Zoom Out", "A spaceman standing on the moon captured with a zoom out.",
|
| 98 |
5894219],
|
| 99 |
["1-2: [Cinematic Shots] -- Zoom In", "A polar bear standing at the top of a snowy mountain captured with a zoom in.", 9036551],
|
| 100 |
-
["1-3: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 1", "A panda standing in front of an ancient Chinese temple captured with a dolly zoom.",
|
| 101 |
["1-4: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 2", "A lion sitting on top of a cliff captured with a dolly zoom.", 1675932],
|
| 102 |
["1-5: [Cinematic Shots] -- Follow", "A fireman is walking through fire captured with a follow cinematic shot.", 2927089],
|
| 103 |
["1-6: [Cinematic Shots] -- Reverse Follow", "A fireman is walking through fire captured with a reverse follow cinematic shot.", 271723],
|
|
|
|
| 55 |
model_select = gr.Dropdown(
|
| 56 |
["1-1: [Cinematic Shots] -- Zoom Out",
|
| 57 |
"1-2: [Cinematic Shots] -- Zoom In",
|
|
|
|
| 58 |
"1-3: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 1",
|
| 59 |
"1-4: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 2",
|
| 60 |
"1-5: [Cinematic Shots] -- Follow",
|
|
|
|
| 96 |
["1-1: [Cinematic Shots] -- Zoom Out", "A spaceman standing on the moon captured with a zoom out.",
|
| 97 |
5894219],
|
| 98 |
["1-2: [Cinematic Shots] -- Zoom In", "A polar bear standing at the top of a snowy mountain captured with a zoom in.", 9036551],
|
| 99 |
+
["1-3: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 1", "A panda standing in front of an ancient Chinese temple captured with a dolly zoom.", 150518],
|
| 100 |
["1-4: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 2", "A lion sitting on top of a cliff captured with a dolly zoom.", 1675932],
|
| 101 |
["1-5: [Cinematic Shots] -- Follow", "A fireman is walking through fire captured with a follow cinematic shot.", 2927089],
|
| 102 |
["1-6: [Cinematic Shots] -- Reverse Follow", "A fireman is walking through fire captured with a reverse follow cinematic shot.", 271723],
|