Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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=
|
| 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"),
|