Spaces:
Sleeping
Sleeping
cuticle999
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,6 @@ modelを変える場合は下記のコードのモデルを変えてください
|
|
22 |
This is the code for real-time transcription
|
23 |
If you want to change the model, please change the model in the following code.
|
24 |
````transcriber = pipeline("automatic-speech-recognition", model="kotoba-tech/kotoba-whisper-v1.0")```
|
|
|
|
|
|
|
|
22 |
This is the code for real-time transcription
|
23 |
If you want to change the model, please change the model in the following code.
|
24 |
````transcriber = pipeline("automatic-speech-recognition", model="kotoba-tech/kotoba-whisper-v1.0")```
|
25 |
+
|
26 |
+
アプリはGPU推論ができるプランではないため時間がかかります。ローカルでは動きます。M1Macでの動作は確認済みです。
|
27 |
+
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.
|