cuticle999 commited on
Commit
6452f17
·
verified ·
1 Parent(s): e3f3e65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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.