Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def update_textbox_and_save_image(input_image, height_slider, width_slider, cent
|
|
72 |
return gr.Textbox(value=img_path), gr.Image(value=np.array(pil_image))
|
73 |
|
74 |
|
75 |
-
@spaces.GPU(duration=
|
76 |
def animate(
|
77 |
prompt_textbox,
|
78 |
negative_prompt_textbox,
|
|
|
72 |
return gr.Textbox(value=img_path), gr.Image(value=np.array(pil_image))
|
73 |
|
74 |
|
75 |
+
@spaces.GPU(duration=60)
|
76 |
def animate(
|
77 |
prompt_textbox,
|
78 |
negative_prompt_textbox,
|