tori29umai commited on
Commit
e5d1f5f
·
verified ·
1 Parent(s): 60fbee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,10 +101,10 @@ def concat_images_horizontally(images, bg_color=(255, 255, 255)):
101
  x += img.width
102
  return canvas
103
 
104
- @spaces.GPU(duration=300)
105
  def generate_turnaround(
106
  image,
107
- extra_prompt="", # ← 追加: ユーザー追記用プロンプト
108
  seed=42,
109
  randomize_seed=False,
110
  true_guidance_scale=1.0,
 
101
  x += img.width
102
  return canvas
103
 
104
+ @spaces.GPU(duration=120)
105
  def generate_turnaround(
106
  image,
107
+ extra_prompt="",
108
  seed=42,
109
  randomize_seed=False,
110
  true_guidance_scale=1.0,