mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-04-23 10:20:54 +08:00
Some changes to make it easier to install the dependencies
This commit is contained in:
@@ -21,7 +21,7 @@ colormap = np.array([
|
||||
[33, 0, 127],
|
||||
[0, 0, 0],
|
||||
[183, 183, 183],
|
||||
], dtype=np.float) / 255
|
||||
], dtype=float) / 255
|
||||
|
||||
|
||||
class Visualizations:
|
||||
|
||||
Reference in New Issue
Block a user