Spaces:
Running
on
Zero
Running
on
Zero
Update app_fast.py
Browse files- app_fast.py +2 -2
app_fast.py
CHANGED
|
@@ -225,7 +225,7 @@ def generate_video(input_image, prompt, height, width, negative_prompt=default_n
|
|
| 225 |
print("prompt is")
|
| 226 |
print(prompt)
|
| 227 |
# After generating or receiving input image
|
| 228 |
-
hf_folder = upload_image_and_prompt(input_image, prompt)
|
| 229 |
|
| 230 |
|
| 231 |
if input_image is not None:
|
|
@@ -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 |
-
|
| 289 |
ui_inputs = [
|
| 290 |
input_image_component, prompt_input, height_input, width_input,
|
| 291 |
negative_prompt_input, duration_seconds_input,
|
|
|
|
| 225 |
print("prompt is")
|
| 226 |
print(prompt)
|
| 227 |
# After generating or receiving input image
|
| 228 |
+
#hf_folder = upload_image_and_prompt(input_image, prompt)
|
| 229 |
|
| 230 |
|
| 231 |
if input_image is not None:
|
|
|
|
| 285 |
inputs=[input_image_component, height_input, width_input],
|
| 286 |
outputs=[height_input, width_input]
|
| 287 |
)
|
| 288 |
+
upload_image_and_prompt(input_image, prompt_input)
|
| 289 |
ui_inputs = [
|
| 290 |
input_image_component, prompt_input, height_input, width_input,
|
| 291 |
negative_prompt_input, duration_seconds_input,
|