H-Liu1997 commited on
Commit
f4c7aff
1 Parent(s): 9834857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -482,7 +482,7 @@ character_name_to_yaml = {
482
  "101099-00_18_09-00_18_19.mp4": "./datasets/data_json/show_oliver_test/Stupid_Watergate_-_Last_Week_Tonight_with_John_Oliver_HBO-FVFdsl29s_Q.mkv.json",
483
  }
484
 
485
- @spaces.GPU(duration=240)
486
  def tango(audio_path, character_name, seed, create_graph=False, video_folder_path=None):
487
  cfg = prepare_all("./configs/gradio.yaml")
488
  cfg.seed = seed
 
482
  "101099-00_18_09-00_18_19.mp4": "./datasets/data_json/show_oliver_test/Stupid_Watergate_-_Last_Week_Tonight_with_John_Oliver_HBO-FVFdsl29s_Q.mkv.json",
483
  }
484
 
485
+ @spaces.GPU(duration=200)
486
  def tango(audio_path, character_name, seed, create_graph=False, video_folder_path=None):
487
  cfg = prepare_all("./configs/gradio.yaml")
488
  cfg.seed = seed