XuminYu commited on
Commit
18e4ba8
1 Parent(s): af04ad9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ def predict(prompt, style, audio_file_pth, speed, agree):
72
  "8190e911f8_9897b60a4e_jp_default" : "cached_outputs/4.wav"
73
  }
74
  unique_code = hash_code_for_cached_output.get_unique_code(audio_file_pth, prompt, style)
 
75
  print("unique_code is", unique_code)
76
  if unique_code in list(cached_outputs.keys()):
77
  return (
 
72
  "8190e911f8_9897b60a4e_jp_default" : "cached_outputs/4.wav"
73
  }
74
  unique_code = hash_code_for_cached_output.get_unique_code(audio_file_pth, prompt, style)
75
+ print("audio_file_pth is", audio_file_pth)
76
  print("unique_code is", unique_code)
77
  if unique_code in list(cached_outputs.keys()):
78
  return (