adinarayana commited on
Commit
1fc1f7c
·
verified ·
1 Parent(s): 1061d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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") # Use Text instead of Textbox
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(