Spaces:
Running
on
Zero
Running
on
Zero
Update app_fast.py
Browse files- app_fast.py +1 -1
app_fast.py
CHANGED
|
@@ -285,7 +285,7 @@ with gr.Blocks() as demo:
|
|
| 285 |
inputs=[input_image_component, height_input, width_input],
|
| 286 |
outputs=[height_input, width_input]
|
| 287 |
)
|
| 288 |
-
upload_image_and_prompt(input_image_component, prompt_input)
|
| 289 |
ui_inputs = [
|
| 290 |
input_image_component, prompt_input, height_input, width_input,
|
| 291 |
negative_prompt_input, duration_seconds_input,
|
|
|
|
| 285 |
inputs=[input_image_component, height_input, width_input],
|
| 286 |
outputs=[height_input, width_input]
|
| 287 |
)
|
| 288 |
+
#upload_image_and_prompt(input_image_component, prompt_input)
|
| 289 |
ui_inputs = [
|
| 290 |
input_image_component, prompt_input, height_input, width_input,
|
| 291 |
negative_prompt_input, duration_seconds_input,
|