Spaces:
Paused
Paused
Update app_lora.py
Browse files- app_lora.py +1 -1
app_lora.py
CHANGED
|
@@ -362,7 +362,7 @@ with gr.Blocks() as demo:
|
|
| 362 |
with gr.Column():
|
| 363 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 364 |
|
| 365 |
-
upload_image_and_prompt(input_image_component, prompt_input)
|
| 366 |
ui_inputs = [
|
| 367 |
input_image_component, prompt_input, steps_slider,
|
| 368 |
negative_prompt_input, duration_seconds_input,
|
|
|
|
| 362 |
with gr.Column():
|
| 363 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 364 |
|
| 365 |
+
#upload_image_and_prompt(input_image_component, prompt_input)
|
| 366 |
ui_inputs = [
|
| 367 |
input_image_component, prompt_input, steps_slider,
|
| 368 |
negative_prompt_input, duration_seconds_input,
|