resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.75k stars 425 forks source link

Update short example with numpy import #2

Closed ZohaibAhmed closed 5 years ago

ZohaibAhmed commented 5 years ago

np.set_printoptions(precision=3, suppress=True) needs numpy imported.

CorentinJ commented 5 years ago

Thanks