gokaygokay commited on
Commit
2408874
1 Parent(s): edf3fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,7 +362,7 @@ def process_video(input_video, resolution, num_inference_steps, strength, hdr, g
362
  progress(1.0, desc=f"Error: {str(e)}")
363
  return None
364
 
365
- @spaces.GPU(duration=1000)
366
  def gradio_process_media(input_media, resolution, num_inference_steps, strength, hdr, guidance_scale, max_frames, frame_interval, preserve_frames, progress=gr.Progress()):
367
  abort_event.clear() # Clear the abort flag at the start of a new job
368
  if input_media is None:
 
362
  progress(1.0, desc=f"Error: {str(e)}")
363
  return None
364
 
365
+ @spaces.GPU(duration=300)
366
  def gradio_process_media(input_media, resolution, num_inference_steps, strength, hdr, guidance_scale, max_frames, frame_interval, preserve_frames, progress=gr.Progress()):
367
  abort_event.clear() # Clear the abort flag at the start of a new job
368
  if input_media is None: