Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|