titipata commited on
Commit
3bffe9e
1 Parent(s): 8f78323

Add Thai to the demo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ mf_transcribe = gr.Interface(
68
  outputs="text",
69
  layout="horizontal",
70
  theme="huggingface",
71
- title="Whisper Demo: Transcribe Audio",
72
  description=(
73
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
74
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
@@ -83,7 +83,7 @@ yt_transcribe = gr.Interface(
83
  outputs=["html", "text"],
84
  layout="horizontal",
85
  theme="huggingface",
86
- title="Whisper Demo: Transcribe YouTube",
87
  description=(
88
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
89
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
 
68
  outputs="text",
69
  layout="horizontal",
70
  theme="huggingface",
71
+ title="Whisper Demo Thai: Transcribe Audio",
72
  description=(
73
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
74
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
 
83
  outputs=["html", "text"],
84
  layout="horizontal",
85
  theme="huggingface",
86
+ title="Whisper Demo Thai: Transcribe YouTube",
87
  description=(
88
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
89
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"