lihaoxin2020 commited on
Commit
98b826d
·
1 Parent(s): 545c103
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -689,7 +689,7 @@ def synthandreturn(text):
689
  # URL to download the file from
690
  url = f"https://kotoba-tech-kotoba-speech.hf.space/file={result}"
691
  # Local filename to save the downloaded file
692
- local_filename = '/tmp/' + mkuuid(None) + '.wav'
693
 
694
  # Call the function to download the file
695
  result = download_file(url, local_filename)
 
689
  # URL to download the file from
690
  url = f"https://kotoba-tech-kotoba-speech.hf.space/file={result}"
691
  # Local filename to save the downloaded file
692
+ local_filename = '/tmp/' + str(mkuuid(None)) + '.wav'
693
 
694
  # Call the function to download the file
695
  result = download_file(url, local_filename)