Skip to content

Commit

Permalink
Update rvc_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Aug 5, 2024
1 parent 82821cc commit b261a84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rvc_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
args.song_input,
rvc_dirname,
args.pitch,
index_rate=args.index_rate,
filter_radius=args.filter_radius,
volume_envelope=args.volume_envelope,
f0_method=args.method,
hop_length=args.hop_length,
protect=args.protect,
f0autotune=args.autotune,
output_format=args.format
args.index_rate,
args.filter_radius,
args.volume_envelope,
args.method,
args.hop_length,
args.protect,
args.autotune,
args.format
)
print(f'\033[1;92m\nГолос успешно заменен!\033[0m')

0 comments on commit b261a84

Please sign in to comment.