yuweiiizz commited on
Commit
d4002c9
·
verified ·
1 Parent(s): 6648154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ mf_transcribe = gr.Interface(
197
  inputs=gr.Audio(label="audio", type="filepath"),
198
  outputs="text",
199
  title="Whisper 台語演示: 語音轉錄",
200
- description=f"演示使用 `PEFT-LoRA` fine-tuned checkpoint [{peft_model_id}](https://huggingface.co/{peft_model_id} 轉錄任意長度的音訊檔案",
201
  allow_flagging="manual",
202
  examples=examples,
203
  article=example_info,
 
197
  inputs=gr.Audio(label="audio", type="filepath"),
198
  outputs="text",
199
  title="Whisper 台語演示: 語音轉錄",
200
+ description=f"演示使用 `PEFT-LoRA` fine-tuned checkpoint [{peft_model_id}](https://huggingface.co/{peft_model_id}) 轉錄任意長度的音訊檔案",
201
  allow_flagging="manual",
202
  examples=examples,
203
  article=example_info,