Gemini899 commited on
Commit
4689f00
·
verified ·
1 Parent(s): 2f80610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def update_steps_from_mode(mode_choice):
196
  return DEFAULT_STEPS[mode_choice], DEFAULT_CFG[mode_choice]
197
 
198
 
199
- @spaces.GPU(duration=25)
200
  def infer(
201
  prompt: str,
202
  input_images=None,
 
196
  return DEFAULT_STEPS[mode_choice], DEFAULT_CFG[mode_choice]
197
 
198
 
199
+ @spaces.GPU(duration=18)
200
  def infer(
201
  prompt: str,
202
  input_images=None,