gokaygokay commited on
Commit
b09136a
·
verified ·
1 Parent(s): 2694d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ def process_video(input_video, resolution, num_inference_steps, strength, hdr, g
356
  progress(1.0, desc=f"Error: {str(e)}")
357
  return None
358
 
359
- @spaces.GPU(duration=240)
360
  def gradio_process_media(input_media, resolution, num_inference_steps, strength, hdr, guidance_scale, max_frames, frame_interval, preserve_frames, batch_size, progress=gr.Progress()):
361
  abort_event.clear() # Clear the abort flag at the start of a new job
362
  if input_media is None:
 
356
  progress(1.0, desc=f"Error: {str(e)}")
357
  return None
358
 
359
+ @spaces.GPU(duration=200)
360
  def gradio_process_media(input_media, resolution, num_inference_steps, strength, hdr, guidance_scale, max_frames, frame_interval, preserve_frames, batch_size, progress=gr.Progress()):
361
  abort_event.clear() # Clear the abort flag at the start of a new job
362
  if input_media is None: