zeynepgulhan commited on
Commit
81631cf
1 Parent(s): 113fdfe

Update app.py

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