ak3ra commited on
Commit
209dbc2
·
1 Parent(s): d60e161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ iface = gr.Interface(fn=transcribe,
53
  gr.Dropdown(choices=languages, label="Language", value="Luganda (eng)")
54
  ],
55
  outputs=gr.Textbox(label="Transcription"),
56
- examples=examples,
57
  description=description
58
  )
59
  iface.launch()
 
53
  gr.Dropdown(choices=languages, label="Language", value="Luganda (eng)")
54
  ],
55
  outputs=gr.Textbox(label="Transcription"),
 
56
  description=description
57
  )
58
  iface.launch()