storresbusquets commited on
Commit
eae132f
β€’
1 Parent(s): 2be8bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -506,14 +506,6 @@ with block as demo:
506
  with gr.Tab("From Article πŸ“‹"):
507
  with gr.Box():
508
 
509
- with gr.Row().style(equal_height=True):
510
- size = gr.Dropdown(
511
- label="Model Size", choices=gio.sizes, value="base"
512
- )
513
- lang = gr.Dropdown(
514
- label="Language (Optional)", choices=gio.langs, value="none"
515
- )
516
-
517
  with gr.Row().style(equal_height=True):
518
  article = gr.Textbox(
519
  label="Transcription",
 
506
  with gr.Tab("From Article πŸ“‹"):
507
  with gr.Box():
508
 
 
 
 
 
 
 
 
 
509
  with gr.Row().style(equal_height=True):
510
  article = gr.Textbox(
511
  label="Transcription",