Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def predict(prompt, style, audio_file_pth, speed, agree):
|
|
77 |
print("unique_code is", unique_code)
|
78 |
if unique_code in list(cached_outputs.keys()):
|
79 |
return (
|
80 |
-
'We get the cached output for you, since you are
|
81 |
cached_outputs[unique_code],
|
82 |
audio_file_pth,
|
83 |
)
|
|
|
77 |
print("unique_code is", unique_code)
|
78 |
if unique_code in list(cached_outputs.keys()):
|
79 |
return (
|
80 |
+
'We get the cached output for you, since you are trying to generate an example cloning.',
|
81 |
cached_outputs[unique_code],
|
82 |
audio_file_pth,
|
83 |
)
|