adinarayana commited on
Commit
c70f165
·
verified ·
1 Parent(s): 7bd8b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ voice_reply = gr.Audio(type="filepath")
25
 
26
  iface = gr.Interface(
27
  fn=voice_chat,
28
- inputs=[gr.Audio(sources=["microphone"])],
29
  outputs=[gr.Textbox(label="ChatGPT Text") , gr.Audio(label = "ChatGPT Voice")],
30
  live=True,
31
  title="AI Voice Assistant with ChatGPT AI",
 
25
 
26
  iface = gr.Interface(
27
  fn=voice_chat,
28
+ inputs=[gr.Audio(sources=["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",