changes
Browse files
App/Generate/database/DescriptAPI.py
CHANGED
|
@@ -134,7 +134,7 @@ class Speak:
|
|
| 134 |
if "status" in status_data:
|
| 135 |
if status_data["status"] == "done":
|
| 136 |
audio_url = status_data["url"]
|
| 137 |
-
temp = await self.
|
| 138 |
return audio_url, temp
|
| 139 |
else:
|
| 140 |
pass
|
|
|
|
| 134 |
if "status" in status_data:
|
| 135 |
if status_data["status"] == "done":
|
| 136 |
audio_url = status_data["url"]
|
| 137 |
+
temp = await self.download_file(audio_url)
|
| 138 |
return audio_url, temp
|
| 139 |
else:
|
| 140 |
pass
|