Abid commited on
Commit
8a878fb
β€’
1 Parent(s): 0c84666

mic and text in/out revert

Browse files
Files changed (1) hide show
  1. Gradio/app.py +2 -2
Gradio/app.py CHANGED
@@ -64,8 +64,8 @@ Output = gr.outputs.Textbox(label="Urdu Script")
64
  def main():
65
  iface = gr.Interface(
66
  asr,
67
- "mic",
68
- "text",
69
  title=title,
70
  flagging_options=["incorrect", "worst", "ambiguous"],
71
  allow_flagging="manual",
64
  def main():
65
  iface = gr.Interface(
66
  asr,
67
+ Input,
68
+ Output,
69
  title=title,
70
  flagging_options=["incorrect", "worst", "ambiguous"],
71
  allow_flagging="manual",