sensahin commited on
Commit
94178ca
1 Parent(s): 9dcadd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -176,7 +176,6 @@ with block:
176
  # add another textbox to get url from user
177
  url = gr.Textbox(label="URL", show_label=False, placeholder="Enter Youtube URL")
178
  # add dropdown to select the model
179
- <p>Please select model</p>
180
  mymodel = gr.Dropdown(["tiny", "base", "small", "medium"])
181
  btn2 = gr.Button("Transcribe")
182
  text2 = gr.Textbox(show_label=False, placeholder="Transcription will appear here")
 
176
  # add another textbox to get url from user
177
  url = gr.Textbox(label="URL", show_label=False, placeholder="Enter Youtube URL")
178
  # add dropdown to select the model
 
179
  mymodel = gr.Dropdown(["tiny", "base", "small", "medium"])
180
  btn2 = gr.Button("Transcribe")
181
  text2 = gr.Textbox(show_label=False, placeholder="Transcription will appear here")