LELLELE commited on
Commit
286d036
·
1 Parent(s): 819f41a

Create README.md

Browse files

# https://huggingface.co/spaces/zomehwh/rvc-models/blob/main/app.py#L49
# Can be change well, we will see
if (audio_npy.shape[0] / audio_samp) > 600 and in_hf_space:
return (None, 'Input audio is longer than 600 secs.')

# Bloody hell: https://stackoverflow.com/questions/26921836/
if audio_npy.dtype != np.float32: # :thonk:

Files changed (0) hide show