Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def estimate_duration(ref_audio_path, text):
|
|
58 |
############################################################
|
59 |
# Main Inference Function
|
60 |
############################################################
|
61 |
-
|
62 |
def run_inference(
|
63 |
# User-adjustable parameters (no "# do not change" in snippet)
|
64 |
reference_speech="./demo/5895_34622_000026_000002.wav",
|
|
|
58 |
############################################################
|
59 |
# Main Inference Function
|
60 |
############################################################
|
61 |
+
@spaces.GPU
|
62 |
def run_inference(
|
63 |
# User-adjustable parameters (no "# do not change" in snippet)
|
64 |
reference_speech="./demo/5895_34622_000026_000002.wav",
|