Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def voice_chat(user_voice):
|
|
19 |
audio = tts(chat_reply)["audio"]
|
20 |
return chat_reply, audio
|
21 |
|
22 |
-
text_reply = Interface.Text(label="ChatGPT Text")
|
23 |
voice_reply = Interface.Audio(type="audio/wav")
|
24 |
|
25 |
Interface(
|
|
|
19 |
audio = tts(chat_reply)["audio"]
|
20 |
return chat_reply, audio
|
21 |
|
22 |
+
text_reply = Interface.Text(label="ChatGPT Text")
|
23 |
voice_reply = Interface.Audio(type="audio/wav")
|
24 |
|
25 |
Interface(
|