walston/whisper-pinyin-demo

Space

1

stars

47

commits

1

linked in READMEs

Jun 18, 2026

updated

gradio

README

Whisper-Pinyin Demo

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.py
  • requirements.txt
  • packages.txt
  • examples/
  • 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.

Contributors

walston

47 commits

walston/whisper-pinyin-demo

Space

1

stars

47

commits

1

linked in READMEs

Jun 18, 2026

updated

gradio

README

Whisper-Pinyin Demo

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.py
  • requirements.txt
  • packages.txt
  • examples/
  • 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.

Contributors

walston

47 commits