Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
|
@@ -80,9 +80,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 80 |
interactive=True
|
| 81 |
)
|
| 82 |
select_motion = gr.Dropdown(
|
| 83 |
-
label='Motion
|
| 84 |
choices=[
|
| 85 |
-
("
|
| 86 |
("Zoom in", "v2_lora_ZoomIn.ckpt"),
|
| 87 |
("Zoom out", "v2_lora_ZoomOut.ckpt"),
|
| 88 |
],
|
|
|
|
| 80 |
interactive=True
|
| 81 |
)
|
| 82 |
select_motion = gr.Dropdown(
|
| 83 |
+
label='Motion',
|
| 84 |
choices=[
|
| 85 |
+
("Default", ""),
|
| 86 |
("Zoom in", "v2_lora_ZoomIn.ckpt"),
|
| 87 |
("Zoom out", "v2_lora_ZoomOut.ckpt"),
|
| 88 |
],
|