fix: decrease polling rate

This commit is contained in:
2024-09-03 23:36:04 +01:00
parent ba62f3bfa2
commit bec523ce6b

View File

@@ -82,7 +82,7 @@ def generate_new_audio():
if res.status_code != status.HTTP_200_OK:
print(res.status_code)
print("still generating...")
sleep(5)
sleep(30)
continue
print("inference complete! downloading new clips")