titipata commited on
Commit
2a1f91f
โ€ข
1 Parent(s): 99fd7e6

Adding Thai flag

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 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,7 +83,7 @@ yt_transcribe = gr.Interface(
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"
 
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"