geokanaan commited on
Commit
3581f0e
·
verified ·
1 Parent(s): 8351ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  fn=transcribe,
20
  inputs=[
21
  gr.Audio(sources="microphone", type="filepath"),
22
- gr.Textbox(label="Actual Transcription", optional=True)
23
  ],
24
  outputs="text",
25
  title="arabeasy",
 
19
  fn=transcribe,
20
  inputs=[
21
  gr.Audio(sources="microphone", type="filepath"),
22
+ gr.Textbox(label="Actual Transcription")
23
  ],
24
  outputs="text",
25
  title="arabeasy",