You're looking at a specific version of this model. Jump to the model overview.
lucataco /whisperspeech-small:a453e7a3
This version has been disabled because it consistently fails to complete setup.
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/whisperspeech-small using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/whisperspeech-small:a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d",
{
input: {
prompt: "This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer",
speaker: "https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg",
language: "en"
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run lucataco/whisperspeech-small using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/whisperspeech-small:a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d",
input={
"prompt": "This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer",
"speaker": "https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg",
"language": "en"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/whisperspeech-small using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d",
"input": {
"prompt": "This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer",
"speaker": "https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg",
"language": "en"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/lucataco/whisperspeech-small@sha256:a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d \
-i 'prompt="This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer"' \
-i 'speaker="https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg"' \
-i 'language="en"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/lucataco/whisperspeech-small@sha256:a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "prompt": "This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer", "speaker": "https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg", "language": "en" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
{
"completed_at": "2024-03-05T20:22:14.415406Z",
"created_at": "2024-03-05T20:21:42.777507Z",
"data_removed": false,
"error": null,
"id": "opvceelb4wathfzfvbcghmlaxm",
"input": {
"prompt": "This is the first demo of Whisper Speech, a fully open source text-to-speech model trained by Collabora and Lion on the Juwels supercomputer",
"speaker": "https://upload.wikimedia.org/wikipedia/commons/7/75/Winston_Churchill_-_Be_Ye_Men_of_Valour.ogg",
"language": "en"
},
"logs": "█\n|----------------------------------------| 0.00% [0/749 00:00<?]\n|----------------------------------------| 0.13% [1/749 00:00<00:12]\n|----------------------------------------| 0.27% [2/749 00:00<00:11]\n|----------------------------------------| 0.40% [3/749 00:00<00:11]\n|----------------------------------------| 0.53% [4/749 00:00<00:11]\n|----------------------------------------| 0.67% [5/749 00:00<00:11]\n|----------------------------------------| 2.40% [18/749 00:00<00:10]\n|█---------------------------------------| 4.14% [31/749 00:00<00:10]\n|██--------------------------------------| 5.87% [44/749 00:00<00:10]\n|███-------------------------------------| 7.61% [57/749 00:00<00:10]\n|███-------------------------------------| 9.35% [70/749 00:01<00:10]\n|████------------------------------------| 11.08% [83/749 00:01<00:09]\n|█████-----------------------------------| 12.82% [96/749 00:01<00:09]\n|█████-----------------------------------| 14.55% [109/749 00:01<00:09]\n|██████----------------------------------| 16.29% [122/749 00:01<00:09]\n|███████---------------------------------| 18.02% [135/749 00:02<00:09]\n|███████---------------------------------| 19.76% [148/749 00:02<00:08]\n|████████--------------------------------| 21.50% [161/749 00:02<00:08]\n|█████████-------------------------------| 23.23% [174/749 00:02<00:08]\n|█████████-------------------------------| 24.97% [187/749 00:02<00:08]\n|██████████------------------------------| 26.70% [200/749 00:02<00:08]\n|███████████-----------------------------| 28.44% [213/749 00:03<00:08]\n|████████████----------------------------| 30.17% [226/749 00:03<00:07]\n|████████████----------------------------| 31.91% [239/749 00:03<00:07]\n█\n|----------------------------------------| 0.00% [0/752 00:00<?]\n|----------------------------------------| 0.13% [1/752 00:00<00:18]\n|----------------------------------------| 0.27% [2/752 00:00<00:18]\n|----------------------------------------| 0.40% [3/752 00:00<00:18]\n|----------------------------------------| 0.53% [4/752 00:00<00:18]\n|----------------------------------------| 0.66% [5/752 00:00<00:18]\n|----------------------------------------| 1.60% [12/752 00:00<00:18]\n|█---------------------------------------| 2.66% [20/752 00:00<00:18]\n|█---------------------------------------| 3.72% [28/752 00:00<00:19]\n|█---------------------------------------| 4.65% [35/752 00:00<00:19]\n|██--------------------------------------| 5.59% [42/752 00:01<00:19]\n|██--------------------------------------| 6.52% [49/752 00:01<00:19]\n|██--------------------------------------| 7.45% [56/752 00:01<00:18]\n|███-------------------------------------| 8.38% [63/752 00:01<00:18]\n|███-------------------------------------| 9.31% [70/752 00:01<00:18]\n|████------------------------------------| 10.24% [77/752 00:02<00:18]\n|████------------------------------------| 11.17% [84/752 00:02<00:18]\n|████------------------------------------| 12.10% [91/752 00:02<00:18]\n|█████-----------------------------------| 13.03% [98/752 00:02<00:18]\n|█████-----------------------------------| 13.96% [105/752 00:02<00:17]\n|█████-----------------------------------| 14.89% [112/752 00:03<00:17]\n|██████----------------------------------| 15.82% [119/752 00:03<00:17]\n|██████----------------------------------| 16.76% [126/752 00:03<00:17]\n|███████---------------------------------| 17.69% [133/752 00:03<00:16]\n|███████---------------------------------| 18.62% [140/752 00:03<00:16]\n|███████---------------------------------| 19.55% [147/752 00:03<00:16]\n|████████--------------------------------| 20.48% [154/752 00:04<00:16]\n|████████--------------------------------| 21.41% [161/752 00:04<00:16]\n|████████--------------------------------| 22.34% [168/752 00:04<00:16]\n|█████████-------------------------------| 23.27% [175/752 00:04<00:15]\n|█████████-------------------------------| 24.20% [182/752 00:05<00:15]\n|██████████------------------------------| 25.13% [189/752 00:05<00:15]\n|██████████------------------------------| 26.06% [196/752 00:05<00:15]\n|██████████------------------------------| 26.99% [203/752 00:05<00:14]\n|███████████-----------------------------| 27.93% [210/752 00:05<00:14]\n|███████████-----------------------------| 28.86% [217/752 00:05<00:14]\n|███████████-----------------------------| 29.79% [224/752 00:06<00:14]\n|████████████----------------------------| 30.72% [231/752 00:06<00:14]\n|████████████----------------------------| 31.65% [238/752 00:06<00:13]\n|█████████████---------------------------| 32.58% [245/752 00:06<00:13]\n|█████████████---------------------------| 33.51% [252/752 00:06<00:13]\n|█████████████---------------------------| 34.44% [259/752 00:06<00:13]\n|██████████████--------------------------| 35.37% [266/752 00:07<00:12]\n|██████████████--------------------------| 36.30% [273/752 00:07<00:12]\n|██████████████--------------------------| 37.23% [280/752 00:07<00:12]\n|███████████████-------------------------| 38.16% [287/752 00:07<00:12]\n|███████████████-------------------------| 39.10% [294/752 00:07<00:12]\n|████████████████------------------------| 40.03% [301/752 00:07<00:11]\n|████████████████------------------------| 40.96% [308/752 00:08<00:11]\n|████████████████------------------------| 41.89% [315/752 00:08<00:11]\n|█████████████████-----------------------| 42.82% [322/752 00:08<00:11]\n|█████████████████-----------------------| 43.75% [329/752 00:08<00:11]\n|█████████████████-----------------------| 44.68% [336/752 00:08<00:10]\n|██████████████████----------------------| 45.61% [343/752 00:08<00:10]\n|██████████████████----------------------| 46.54% [350/752 00:09<00:10]\n|██████████████████----------------------| 47.47% [357/752 00:09<00:10]\n|███████████████████---------------------| 48.40% [364/752 00:09<00:10]\n|███████████████████---------------------| 49.34% [371/752 00:09<00:09]\n|████████████████████--------------------| 50.27% [378/752 00:09<00:09]\n|████████████████████--------------------| 51.20% [385/752 00:09<00:09]\n|████████████████████--------------------| 52.13% [392/752 00:10<00:09]\n|█████████████████████-------------------| 53.06% [399/752 00:10<00:09]\n|█████████████████████-------------------| 53.99% [406/752 00:10<00:08]\n|█████████████████████-------------------| 54.92% [413/752 00:10<00:08]\n|██████████████████████------------------| 55.85% [420/752 00:10<00:08]\n|██████████████████████------------------| 56.78% [427/752 00:11<00:08]\n|███████████████████████-----------------| 57.71% [434/752 00:11<00:08]\n|███████████████████████-----------------| 58.64% [441/752 00:11<00:08]\n|███████████████████████-----------------| 59.57% [448/752 00:11<00:07]\n|████████████████████████----------------| 60.51% [455/752 00:11<00:07]\n|████████████████████████----------------| 61.44% [462/752 00:11<00:07]\n|████████████████████████----------------| 62.37% [469/752 00:12<00:07]\n|█████████████████████████---------------| 63.30% [476/752 00:12<00:07]\n|█████████████████████████---------------| 64.23% [483/752 00:12<00:06]\n|██████████████████████████--------------| 65.16% [490/752 00:12<00:06]\n|██████████████████████████--------------| 66.09% [497/752 00:12<00:06]\n|██████████████████████████--------------| 67.02% [504/752 00:12<00:06]\n|███████████████████████████-------------| 67.95% [511/752 00:13<00:06]\n|███████████████████████████-------------| 68.88% [518/752 00:13<00:05]\n|███████████████████████████-------------| 69.81% [525/752 00:13<00:05]\n|████████████████████████████------------| 70.74% [532/752 00:13<00:05]\n|████████████████████████████------------| 71.68% [539/752 00:13<00:05]\n|█████████████████████████████-----------| 72.61% [546/752 00:13<00:05]\n|█████████████████████████████-----------| 73.54% [553/752 00:14<00:05]\n|█████████████████████████████-----------| 74.47% [560/752 00:14<00:04]\n|██████████████████████████████----------| 75.40% [567/752 00:14<00:04]\n|██████████████████████████████----------| 76.33% [574/752 00:14<00:04]\n|██████████████████████████████----------| 77.26% [581/752 00:14<00:04]\n|███████████████████████████████---------| 78.19% [588/752 00:14<00:04]\n|███████████████████████████████---------| 79.12% [595/752 00:15<00:03]\n|████████████████████████████████--------| 80.05% [602/752 00:15<00:03]\n|████████████████████████████████--------| 80.98% [609/752 00:15<00:03]\n|████████████████████████████████--------| 81.91% [616/752 00:15<00:03]\n|█████████████████████████████████-------| 82.85% [623/752 00:15<00:03]\n|█████████████████████████████████-------| 83.78% [630/752 00:15<00:03]\n|█████████████████████████████████-------| 84.71% [637/752 00:16<00:02]\n|██████████████████████████████████------| 85.64% [644/752 00:16<00:02]\n|██████████████████████████████████------| 86.57% [651/752 00:16<00:02]\n|███████████████████████████████████-----| 87.50% [658/752 00:16<00:02]\n|███████████████████████████████████-----| 88.43% [665/752 00:16<00:02]\n|███████████████████████████████████-----| 89.36% [672/752 00:16<00:02]\n|████████████████████████████████████----| 90.29% [679/752 00:17<00:01]\n|████████████████████████████████████----| 91.22% [686/752 00:17<00:01]\n|████████████████████████████████████----| 92.15% [693/752 00:17<00:01]\n|█████████████████████████████████████---| 93.09% [700/752 00:17<00:01]\n|█████████████████████████████████████---| 94.02% [707/752 00:17<00:01]\n|█████████████████████████████████████---| 94.95% [714/752 00:18<00:00]\n|██████████████████████████████████████--| 95.88% [721/752 00:18<00:00]\n|██████████████████████████████████████--| 96.81% [728/752 00:18<00:00]\n|███████████████████████████████████████-| 97.74% [735/752 00:18<00:00]\n|███████████████████████████████████████-| 98.67% [742/752 00:18<00:00]\n|███████████████████████████████████████-| 99.60% [749/752 00:18<00:00]\n|████████████████████████████████████████| 100.00% [752/752 00:18<00:00]",
"metrics": {
"predict_time": 31.574549,
"total_time": 31.637899
},
"output": "https://replicate.delivery/pbxt/XvuKEW7EBK54L5sQAv0OZF9YnErznzGLorkE7lM8FZf6hpOJA/output.wav",
"started_at": "2024-03-05T20:21:42.840857Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/opvceelb4wathfzfvbcghmlaxm",
"cancel": "https://api.replicate.com/v1/predictions/opvceelb4wathfzfvbcghmlaxm/cancel"
},
"version": "a453e7a3dde7a9041a210a89339a128f8542e45d5172e46b44530cd9a0406e9d"
}
█
|----------------------------------------| 0.00% [0/749 00:00<?]
|----------------------------------------| 0.13% [1/749 00:00<00:12]
|----------------------------------------| 0.27% [2/749 00:00<00:11]
|----------------------------------------| 0.40% [3/749 00:00<00:11]
|----------------------------------------| 0.53% [4/749 00:00<00:11]
|----------------------------------------| 0.67% [5/749 00:00<00:11]
|----------------------------------------| 2.40% [18/749 00:00<00:10]
|█---------------------------------------| 4.14% [31/749 00:00<00:10]
|██--------------------------------------| 5.87% [44/749 00:00<00:10]
|███-------------------------------------| 7.61% [57/749 00:00<00:10]
|███-------------------------------------| 9.35% [70/749 00:01<00:10]
|████------------------------------------| 11.08% [83/749 00:01<00:09]
|█████-----------------------------------| 12.82% [96/749 00:01<00:09]
|█████-----------------------------------| 14.55% [109/749 00:01<00:09]
|██████----------------------------------| 16.29% [122/749 00:01<00:09]
|███████---------------------------------| 18.02% [135/749 00:02<00:09]
|███████---------------------------------| 19.76% [148/749 00:02<00:08]
|████████--------------------------------| 21.50% [161/749 00:02<00:08]
|█████████-------------------------------| 23.23% [174/749 00:02<00:08]
|█████████-------------------------------| 24.97% [187/749 00:02<00:08]
|██████████------------------------------| 26.70% [200/749 00:02<00:08]
|███████████-----------------------------| 28.44% [213/749 00:03<00:08]
|████████████----------------------------| 30.17% [226/749 00:03<00:07]
|████████████----------------------------| 31.91% [239/749 00:03<00:07]
█
|----------------------------------------| 0.00% [0/752 00:00<?]
|----------------------------------------| 0.13% [1/752 00:00<00:18]
|----------------------------------------| 0.27% [2/752 00:00<00:18]
|----------------------------------------| 0.40% [3/752 00:00<00:18]
|----------------------------------------| 0.53% [4/752 00:00<00:18]
|----------------------------------------| 0.66% [5/752 00:00<00:18]
|----------------------------------------| 1.60% [12/752 00:00<00:18]
|█---------------------------------------| 2.66% [20/752 00:00<00:18]
|█---------------------------------------| 3.72% [28/752 00:00<00:19]
|█---------------------------------------| 4.65% [35/752 00:00<00:19]
|██--------------------------------------| 5.59% [42/752 00:01<00:19]
|██--------------------------------------| 6.52% [49/752 00:01<00:19]
|██--------------------------------------| 7.45% [56/752 00:01<00:18]
|███-------------------------------------| 8.38% [63/752 00:01<00:18]
|███-------------------------------------| 9.31% [70/752 00:01<00:18]
|████------------------------------------| 10.24% [77/752 00:02<00:18]
|████------------------------------------| 11.17% [84/752 00:02<00:18]
|████------------------------------------| 12.10% [91/752 00:02<00:18]
|█████-----------------------------------| 13.03% [98/752 00:02<00:18]
|█████-----------------------------------| 13.96% [105/752 00:02<00:17]
|█████-----------------------------------| 14.89% [112/752 00:03<00:17]
|██████----------------------------------| 15.82% [119/752 00:03<00:17]
|██████----------------------------------| 16.76% [126/752 00:03<00:17]
|███████---------------------------------| 17.69% [133/752 00:03<00:16]
|███████---------------------------------| 18.62% [140/752 00:03<00:16]
|███████---------------------------------| 19.55% [147/752 00:03<00:16]
|████████--------------------------------| 20.48% [154/752 00:04<00:16]
|████████--------------------------------| 21.41% [161/752 00:04<00:16]
|████████--------------------------------| 22.34% [168/752 00:04<00:16]
|█████████-------------------------------| 23.27% [175/752 00:04<00:15]
|█████████-------------------------------| 24.20% [182/752 00:05<00:15]
|██████████------------------------------| 25.13% [189/752 00:05<00:15]
|██████████------------------------------| 26.06% [196/752 00:05<00:15]
|██████████------------------------------| 26.99% [203/752 00:05<00:14]
|███████████-----------------------------| 27.93% [210/752 00:05<00:14]
|███████████-----------------------------| 28.86% [217/752 00:05<00:14]
|███████████-----------------------------| 29.79% [224/752 00:06<00:14]
|████████████----------------------------| 30.72% [231/752 00:06<00:14]
|████████████----------------------------| 31.65% [238/752 00:06<00:13]
|█████████████---------------------------| 32.58% [245/752 00:06<00:13]
|█████████████---------------------------| 33.51% [252/752 00:06<00:13]
|█████████████---------------------------| 34.44% [259/752 00:06<00:13]
|██████████████--------------------------| 35.37% [266/752 00:07<00:12]
|██████████████--------------------------| 36.30% [273/752 00:07<00:12]
|██████████████--------------------------| 37.23% [280/752 00:07<00:12]
|███████████████-------------------------| 38.16% [287/752 00:07<00:12]
|███████████████-------------------------| 39.10% [294/752 00:07<00:12]
|████████████████------------------------| 40.03% [301/752 00:07<00:11]
|████████████████------------------------| 40.96% [308/752 00:08<00:11]
|████████████████------------------------| 41.89% [315/752 00:08<00:11]
|█████████████████-----------------------| 42.82% [322/752 00:08<00:11]
|█████████████████-----------------------| 43.75% [329/752 00:08<00:11]
|█████████████████-----------------------| 44.68% [336/752 00:08<00:10]
|██████████████████----------------------| 45.61% [343/752 00:08<00:10]
|██████████████████----------------------| 46.54% [350/752 00:09<00:10]
|██████████████████----------------------| 47.47% [357/752 00:09<00:10]
|███████████████████---------------------| 48.40% [364/752 00:09<00:10]
|███████████████████---------------------| 49.34% [371/752 00:09<00:09]
|████████████████████--------------------| 50.27% [378/752 00:09<00:09]
|████████████████████--------------------| 51.20% [385/752 00:09<00:09]
|████████████████████--------------------| 52.13% [392/752 00:10<00:09]
|█████████████████████-------------------| 53.06% [399/752 00:10<00:09]
|█████████████████████-------------------| 53.99% [406/752 00:10<00:08]
|█████████████████████-------------------| 54.92% [413/752 00:10<00:08]
|██████████████████████------------------| 55.85% [420/752 00:10<00:08]
|██████████████████████------------------| 56.78% [427/752 00:11<00:08]
|███████████████████████-----------------| 57.71% [434/752 00:11<00:08]
|███████████████████████-----------------| 58.64% [441/752 00:11<00:08]
|███████████████████████-----------------| 59.57% [448/752 00:11<00:07]
|████████████████████████----------------| 60.51% [455/752 00:11<00:07]
|████████████████████████----------------| 61.44% [462/752 00:11<00:07]
|████████████████████████----------------| 62.37% [469/752 00:12<00:07]
|█████████████████████████---------------| 63.30% [476/752 00:12<00:07]
|█████████████████████████---------------| 64.23% [483/752 00:12<00:06]
|██████████████████████████--------------| 65.16% [490/752 00:12<00:06]
|██████████████████████████--------------| 66.09% [497/752 00:12<00:06]
|██████████████████████████--------------| 67.02% [504/752 00:12<00:06]
|███████████████████████████-------------| 67.95% [511/752 00:13<00:06]
|███████████████████████████-------------| 68.88% [518/752 00:13<00:05]
|███████████████████████████-------------| 69.81% [525/752 00:13<00:05]
|████████████████████████████------------| 70.74% [532/752 00:13<00:05]
|████████████████████████████------------| 71.68% [539/752 00:13<00:05]
|█████████████████████████████-----------| 72.61% [546/752 00:13<00:05]
|█████████████████████████████-----------| 73.54% [553/752 00:14<00:05]
|█████████████████████████████-----------| 74.47% [560/752 00:14<00:04]
|██████████████████████████████----------| 75.40% [567/752 00:14<00:04]
|██████████████████████████████----------| 76.33% [574/752 00:14<00:04]
|██████████████████████████████----------| 77.26% [581/752 00:14<00:04]
|███████████████████████████████---------| 78.19% [588/752 00:14<00:04]
|███████████████████████████████---------| 79.12% [595/752 00:15<00:03]
|████████████████████████████████--------| 80.05% [602/752 00:15<00:03]
|████████████████████████████████--------| 80.98% [609/752 00:15<00:03]
|████████████████████████████████--------| 81.91% [616/752 00:15<00:03]
|█████████████████████████████████-------| 82.85% [623/752 00:15<00:03]
|█████████████████████████████████-------| 83.78% [630/752 00:15<00:03]
|█████████████████████████████████-------| 84.71% [637/752 00:16<00:02]
|██████████████████████████████████------| 85.64% [644/752 00:16<00:02]
|██████████████████████████████████------| 86.57% [651/752 00:16<00:02]
|███████████████████████████████████-----| 87.50% [658/752 00:16<00:02]
|███████████████████████████████████-----| 88.43% [665/752 00:16<00:02]
|███████████████████████████████████-----| 89.36% [672/752 00:16<00:02]
|████████████████████████████████████----| 90.29% [679/752 00:17<00:01]
|████████████████████████████████████----| 91.22% [686/752 00:17<00:01]
|████████████████████████████████████----| 92.15% [693/752 00:17<00:01]
|█████████████████████████████████████---| 93.09% [700/752 00:17<00:01]
|█████████████████████████████████████---| 94.02% [707/752 00:17<00:01]
|█████████████████████████████████████---| 94.95% [714/752 00:18<00:00]
|██████████████████████████████████████--| 95.88% [721/752 00:18<00:00]
|██████████████████████████████████████--| 96.81% [728/752 00:18<00:00]
|███████████████████████████████████████-| 97.74% [735/752 00:18<00:00]
|███████████████████████████████████████-| 98.67% [742/752 00:18<00:00]
|███████████████████████████████████████-| 99.60% [749/752 00:18<00:00]
|████████████████████████████████████████| 100.00% [752/752 00:18<00:00]