mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix argument
This commit is contained in:
@@ -16,7 +16,7 @@ __email__ = 'spleeter@deezer.com'
|
|||||||
__author__ = 'Deezer Research'
|
__author__ = 'Deezer Research'
|
||||||
__license__ = 'MIT License'
|
__license__ = 'MIT License'
|
||||||
|
|
||||||
AudioInputOptions: ArgumentInfo = Argument(
|
AudioInputOptions: OptionInfo = Option(
|
||||||
...,
|
...,
|
||||||
'--inputs',
|
'--inputs',
|
||||||
'-i',
|
'-i',
|
||||||
|
|||||||
Reference in New Issue
Block a user