Mei000 commited on
Commit
4048d8a
1 Parent(s): b24d2f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -19,9 +19,8 @@ def populate_metadata(link):
19
  return lin.thumbnail_url, lin.title
20
 
21
  with gr.Blocks() as demo:
22
- title="Youtube Whisperer"
23
- description="Speech to text transcription of Youtube videos using OpenAI's Whisper"
24
- # gr.Markdown("Whisper-Small Cantonese Recognition")
25
  with gr.Row():
26
  with gr.TabItem("Record from Microphone"):
27
  record_file = gr.Audio(source="microphone", type="filepath",label="Record from microphone")
 
19
  return lin.thumbnail_url, lin.title
20
 
21
  with gr.Blocks() as demo:
22
+
23
+ gr.Markdown("Whisper-Small Cantonese Recognition")
 
24
  with gr.Row():
25
  with gr.TabItem("Record from Microphone"):
26
  record_file = gr.Audio(source="microphone", type="filepath",label="Record from microphone")