mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Removed stray print statement [skip ci]
This commit is contained in:
parent
9a23c43ab4
commit
2d663e8c68
1 changed files with 0 additions and 1 deletions
|
|
@ -657,7 +657,6 @@ def download_models(
|
|||
download_file(url[0], target_directory)
|
||||
download_file(url[0].replace(".tflite", ".onnx"), target_directory)
|
||||
else:
|
||||
print(official_model_urls)
|
||||
for official_model_url in official_model_urls:
|
||||
if not os.path.exists(os.path.join(target_directory, official_model_url.split("/")[-1])):
|
||||
download_file(official_model_url, target_directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue