Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.11.0
metadata
title: Real Time Transcription
emoji: 🎤
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Real Time Transcription
リアルタイムで文字起こしをするコードです
modelを変える場合は下記のコードのモデルを変えてください。
transcriber = pipeline("automatic-speech-recognition", model="kotoba-tech/kotoba-whisper-v1.0")
This is the code for real-time transcription If you want to change the model, please change the model in the following code. ````transcriber = pipeline("automatic-speech-recognition", model="kotoba-tech/kotoba-whisper-v1.0")```
アプリはGPU推論ができるプランではないため時間がかかります。ローカルでは動きます。M1Macでの動作は確認済みです。 The app is not a GPU inference capable plan and will take a long time. It does work locally and has been tested on M1Mac.