Spaces:
Paused
Paused
Commit
·
98b826d
1
Parent(s):
545c103
debug
Browse files
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)
|