XuminYu commited on
Commit
b6c6e1f
1 Parent(s): c181c85
Files changed (1) hide show
  1. app.py +1 -1
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 try to generating an example cloning.',
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 try to generate an example cloning.',
81
  cached_outputs[unique_code],
82
  audio_file_pth,
83
  )