Mbonea commited on
Commit
cec2e17
1 Parent(s): bb47392
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.download_file_with_aria2c(audio_url)
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