Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|