Sqxww commited on
Commit
3a51ba2
·
1 Parent(s): 061f5b2

reduce gpu duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def load_pipeline(accelerator, weight_dtype, args):
44
  pipeline = pipeline.to(accelerator.device)
45
  return pipeline
46
 
47
- @spaces.GPU(duration=90)
48
  def run(
49
  instruction,
50
  width_input,
 
44
  pipeline = pipeline.to(accelerator.device)
45
  return pipeline
46
 
47
+ @spaces.GPU
48
  def run(
49
  instruction,
50
  width_input,