mirror of
https://github.com/malarinv/plume-asr.git
synced 2026-03-09 12:42:34 +00:00
1. Self contained typers
2. Asr force-aligner visualization 3. streamlit state management abstraction 4. new utils / reorganize 5. added verbose flags 6. add tts by name
This commit is contained in:
@@ -27,6 +27,13 @@ app.add_typer(generate_app, name="generate")
|
||||
app.add_typer(wav2vec2_app, name="wav2vec2")
|
||||
|
||||
|
||||
@app.callback()
|
||||
def data():
|
||||
"""
|
||||
data sub commands
|
||||
"""
|
||||
|
||||
|
||||
@app.command()
|
||||
def fix_path(dataset_path: Path, force: bool = False):
|
||||
manifest_path = dataset_path / Path("manifest.json")
|
||||
|
||||
Reference in New Issue
Block a user