aiqcamp commited on
Commit
b581974
·
verified ·
1 Parent(s): 8a61a4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ output_dir = Path('./output/gradio')
65
  setup_eval_logging()
66
  net, feature_utils, seq_cfg = get_model()
67
 
68
- @spaces.GPU(duration=120)
69
  @torch.inference_mode()
70
  def video_to_audio(video_path: str, prompt: str, negative_prompt: str = "music",
71
  seed: int = -1, num_steps: int = 25,
 
65
  setup_eval_logging()
66
  net, feature_utils, seq_cfg = get_model()
67
 
68
+ @spaces.GPU(duration=60)
69
  @torch.inference_mode()
70
  def video_to_audio(video_path: str, prompt: str, negative_prompt: str = "music",
71
  seed: int = -1, num_steps: int = 25,