wren93 commited on
Commit
22a352a
·
verified ·
1 Parent(s): 4f39d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=30)
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,