Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|