masumtechnonext commited on
Commit
8c6189b
·
verified ·
1 Parent(s): 3aa955d

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ demo = gr.Interface(
59
  fn=predict,
60
  inputs=[
61
  gr.Audio(sources=["microphone", "upload"], type="numpy", label="Speak the letter"),
62
- gr.Dropdown(choices=LETTERS, label="Expected letter", value=None),
63
  ],
64
  outputs=[
65
  gr.Textbox(label="Prediction"),
 
59
  fn=predict,
60
  inputs=[
61
  gr.Audio(sources=["microphone", "upload"], type="numpy", label="Speak the letter"),
62
+ gr.Dropdown(choices=LETTERS, label="Expected letter", value=LETTERS[0]),
63
  ],
64
  outputs=[
65
  gr.Textbox(label="Prediction"),