This Space hosts a Gradio demo for the Whisper-Pinyin cross-augmentation continuous checkpoint.
The checkpoint is stored in the model repository:
from transformers import AutoModel
model = AutoModel.from_pretrained(
"walston/whisper-pinyin",
trust_remote_code=True,
)
The app expects:
app.pyrequirements.txtpackages.txtexamples/whisper/Use demo/space/upload_space.sh from the repository root to upload the Space app. Use demo/model_repo/upload_model_repo.sh to upload the checkpoint to the model repo.
47 commits
This Space hosts a Gradio demo for the Whisper-Pinyin cross-augmentation continuous checkpoint.
The checkpoint is stored in the model repository:
from transformers import AutoModel
model = AutoModel.from_pretrained(
"walston/whisper-pinyin",
trust_remote_code=True,
)
The app expects:
app.pyrequirements.txtpackages.txtexamples/whisper/Use demo/space/upload_space.sh from the repository root to upload the Space app. Use demo/model_repo/upload_model_repo.sh to upload the checkpoint to the model repo.
47 commits