heliosbrahma commited on
Commit
bfacccb
·
verified ·
1 Parent(s): 59e80f0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -44,7 +44,7 @@ gr.Interface(
44
  Just communicate your queries in speech format and this app will take care of the rest.',
45
  fn=voice_chat,
46
  inputs=[
47
- gr.Audio(source="microphone", label="Input Voice", type="filepath")
48
  ],
49
  outputs=[
50
  gr.Textbox(label="Summarized Answer"),
 
44
  Just communicate your queries in speech format and this app will take care of the rest.',
45
  fn=voice_chat,
46
  inputs=[
47
+ gr.Audio(sources="microphone", label="Input Voice", type="filepath")
48
  ],
49
  outputs=[
50
  gr.Textbox(label="Summarized Answer"),