tori29umai commited on
Commit
35a6f3d
·
verified ·
1 Parent(s): e5d1f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def concat_images_horizontally(images, bg_color=(255, 255, 255)):
101
  x += img.width
102
  return canvas
103
 
104
- @spaces.GPU(duration=120)
105
  def generate_turnaround(
106
  image,
107
  extra_prompt="",
 
101
  x += img.width
102
  return canvas
103
 
104
+ @spaces.GPU()
105
  def generate_turnaround(
106
  image,
107
  extra_prompt="",