MohamedRashad commited on
Commit
3571303
β€’
1 Parent(s): 797f415

chore: Update app.py titles for Arabic Whisper Code-Switching Edition

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -97,7 +97,7 @@ mf_transcribe = gr.Interface(
97
  gr.Audio(sources="microphone", type="filepath"),
98
  ],
99
  outputs="text",
100
- title="Whisper Large V3: Transcribe Audio",
101
  description=(
102
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
103
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -112,7 +112,7 @@ file_transcribe = gr.Interface(
112
  gr.Audio(sources="upload", type="filepath", label="Audio file"),
113
  ],
114
  outputs="text",
115
- title="Whisper Large V3: Transcribe Audio",
116
  description=(
117
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
118
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -127,7 +127,7 @@ yt_transcribe_demo = gr.Interface(
127
  gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
128
  ],
129
  outputs=["html", "text"],
130
- title="Whisper Large V3: Transcribe YouTube",
131
  description=(
132
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
133
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"
 
97
  gr.Audio(sources="microphone", type="filepath"),
98
  ],
99
  outputs="text",
100
+ title="Arabic Whisper Code-Switching Edition: Transcribe Microphone",
101
  description=(
102
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
103
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
112
  gr.Audio(sources="upload", type="filepath", label="Audio file"),
113
  ],
114
  outputs="text",
115
+ title="Arabic Whisper Code-Switching Edition: Transcribe Audio",
116
  description=(
117
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
118
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
127
  gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
128
  ],
129
  outputs=["html", "text"],
130
+ title="Arabic Whisper Code-Switching Edition: Transcribe YouTube Video",
131
  description=(
132
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
133
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"