mirror of
https://github.com/harivansh-afk/sep.git
synced 2026-04-15 07:04:48 +00:00
fix
This commit is contained in:
parent
9d85ca1ebb
commit
2c6d447c18
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
|
@ -53,7 +53,6 @@ def get_separator():
|
||||||
_separator = Separator(
|
_separator = Separator(
|
||||||
output_dir=str(OUTPUT_DIR),
|
output_dir=str(OUTPUT_DIR),
|
||||||
model_file_dir=str(MODEL_DIR),
|
model_file_dir=str(MODEL_DIR),
|
||||||
use_cuda=use_cuda,
|
|
||||||
output_format="mp3",
|
output_format="mp3",
|
||||||
)
|
)
|
||||||
return _separator
|
return _separator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue