Spaces:
Runtime error
Runtime error
Fix code
Browse files
app.py
CHANGED
|
@@ -1209,15 +1209,6 @@ with block:
|
|
| 1209 |
outputs=[]
|
| 1210 |
)
|
| 1211 |
|
| 1212 |
-
# Update display when the page loads
|
| 1213 |
-
block.load(
|
| 1214 |
-
fn=handle_generation_mode_change, inputs = [
|
| 1215 |
-
generation_mode
|
| 1216 |
-
], outputs = [
|
| 1217 |
-
text_to_video_hint, input_image, input_video, start_button, start_button_video, no_resize, batch, resolution, num_clean_frames, vae_batch
|
| 1218 |
-
]
|
| 1219 |
-
)
|
| 1220 |
-
|
| 1221 |
# Load saved preferences when the page loads
|
| 1222 |
block.load(
|
| 1223 |
fn=load_preferences, inputs = [
|
|
|
|
| 1209 |
outputs=[]
|
| 1210 |
)
|
| 1211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1212 |
# Load saved preferences when the page loads
|
| 1213 |
block.load(
|
| 1214 |
fn=load_preferences, inputs = [
|