post to replicate
安装:
pip install replicate
import replicate
output = replicate.run(
"vaibhavs10/incredibly-fast-whisper:37dfc0d6a7eb43ff84e230f74a24dab84e6bb7756c9b457dbdcceca3de7a4a04",
input={
"task": "transcribe",
"audio": "https://replicate.delivery/pbxt/Jwu6CGkAF4BflxbztSzGY0KTr1WeHnG2al4Rk8arVAFlfbwN/095b5cc66e7ba90c185205dc56134581.mp3",
"language": "chinese",
"batch_size": 24,
"return_timestamps": True
}
)
print(output)