H-Liu1997 commited on
Commit
c3bd687
1 Parent(s): 675873d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ character_name_to_yaml = {
474
  "101099-00_18_09-00_18_19.mp4": "./configs/gradio.yaml",
475
  }
476
 
477
- @spaces.GPU(duration=200)
478
  def tango(audio_path, character_name, create_graph=False, video_folder_path=None):
479
  saved_audio_path = "./saved_audio.wav"
480
  sample_rate, audio_waveform = audio_path
 
474
  "101099-00_18_09-00_18_19.mp4": "./configs/gradio.yaml",
475
  }
476
 
477
+ @spaces.GPU(duration=1000)
478
  def tango(audio_path, character_name, create_graph=False, video_folder_path=None):
479
  saved_audio_path = "./saved_audio.wav"
480
  sample_rate, audio_waveform = audio_path