CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
51.54k stars 8.64k forks source link

Update ui.py #1226

Open Nichokas opened 1 year ago

Nichokas commented 1 year ago

'np.float' is decapried

systemsculptor commented 1 year ago

same issue. np.float is depreciated and the simple fix would just to use python float np.float = float
would fix this