adinarayana commited on
Commit
ed1617d
·
verified ·
1 Parent(s): 58ca327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ voice_reply = gr.Audio(type="audio/wav")
26
  iface = gr.Interface(
27
  fn=voice_chat,
28
  inputs=[gr.inputs.Audio(source="microphone", type="filepath")],
29
- outputs=[text_reply = gr.Textbox(label="ChatGPT Text") , voice_reply = gr.Audio(label = "ChatGPT Voice")],
30
  live=True,
31
  title="AI Voice Assistant with ChatGPT AI",
32
  )
 
26
  iface = gr.Interface(
27
  fn=voice_chat,
28
  inputs=[gr.inputs.Audio(source="microphone", type="filepath")],
29
+ outputs=[gr.Textbox(label="ChatGPT Text") , gr.Audio(label = "ChatGPT Voice")],
30
  live=True,
31
  title="AI Voice Assistant with ChatGPT AI",
32
  )