kingabzpro commited on
Commit
2001af0
β€’
1 Parent(s): 415aae1

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. Gradio/app.py +1 -1
Gradio/app.py CHANGED
@@ -53,7 +53,7 @@ Input = gr.inputs.Audio(
53
  label="Please Record Your Voice",
54
  )
55
  Output = gr.outputs.Textbox(label="Urdu Script")
56
- inputs= gr.Audio(source="microphone", type="filepath", streaming=True),
57
 
58
  def main():
59
  iface = gr.Interface(
 
53
  label="Please Record Your Voice",
54
  )
55
  Output = gr.outputs.Textbox(label="Urdu Script")
56
+ inputs= gr.Audio(source="microphone", type="filepath")
57
 
58
  def main():
59
  iface = gr.Interface(