WayneLinn commited on
Commit
f0344ed
1 Parent(s): 4b4c24a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def transcribe(link):
23
 
24
  iface = gr.Interface(
25
  fn=transcribe,
26
- inputs=gr.Textbox(label="Youtube Link",placeholder="Youtube Link"),
27
  outputs=["text"],
28
  title="Whisper Base",
29
  description="Realtime demo for speech recognition using a fine-tuned Whisper base model.",
 
23
 
24
  iface = gr.Interface(
25
  fn=transcribe,
26
+ inputs=gr.Textbox(label="Youtube Link",placeholder="https://www.youtube.com/watch?v=scBCmwqxYmY"),
27
  outputs=["text"],
28
  title="Whisper Base",
29
  description="Realtime demo for speech recognition using a fine-tuned Whisper base model.",