replicate/replicate-python

emotion classifier doesn't stop / stuck in "starting"- phase

abbatea opened this issue · 1 comments

Hello everyone,
I've used the code:

`import replicate

model = replicate.models.get("x4nth055/emotion-recognition-using-speech")
version = model.versions.get("7260c8851ae8461d6593f9ac43e5816dce760e29d77049a3cdc82eacd09e8576")
output = version.predict(input='audio.wav')`

I never get a result / the code always keeps running ( tried it for 4 hours and for 8 hours).
The audio file is 4 minutes long. Doesn't this work for some files?

Best Regards
abbatea

mattt commented

Hi @abbatea. This sounds like an issue with the model rather than the Python library itself. Please let me know if you're still having this problem. Thanks!