Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
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 |
)
|