vibingvoice commited on
Commit
12dcab8
·
verified ·
1 Parent(s): ff79aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ def save_audio_to_tempfile(audio_dict: Dict) -> Optional[str]:
89
 
90
  # --- 4. Gradio Core Logic ---
91
 
 
92
  def generate_speech_gradio(
93
  text: str,
94
  speaker1_audio_path: Optional[str],
 
89
 
90
  # --- 4. Gradio Core Logic ---
91
 
92
+ @spaces.GPU
93
  def generate_speech_gradio(
94
  text: str,
95
  speaker1_audio_path: Optional[str],