huanngzh commited on
Commit
ab72440
·
1 Parent(s): dfb62e1

update gpu duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def run_midi(
194
  return outputs
195
 
196
 
197
- @spaces.GPU(duration=300)
198
  @torch.no_grad()
199
  @torch.autocast(device_type=DEVICE, dtype=torch.bfloat16)
200
  def run_generation(
 
194
  return outputs
195
 
196
 
197
+ @spaces.GPU(duration=180)
198
  @torch.no_grad()
199
  @torch.autocast(device_type=DEVICE, dtype=torch.bfloat16)
200
  def run_generation(