Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SWivid authored Oct 21, 2024
1 parent 98bc37f commit 93dc4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def infer(
fix_duration=None,
remove_silence=False,
file_wave=None,
file_spect=None
file_spect=None,
seed=-1,
):
if seed == -1:
Expand Down

0 comments on commit 93dc4e0

Please sign in to comment.