Aniquel commited on
Commit
704b409
1 Parent(s): d09dc8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ interface = gr.Interface(
65
 
66
  ],
67
  outputs=["text",
68
- gr.outputs.Voice()
69
  ],
70
  title="Chatbot with OpenAI's GPT-3.5 Model",
71
  description="An interactive chatbot using OpenAI's GPT-3.5 model with chat persistence and voice inputs/outputs.",
 
65
 
66
  ],
67
  outputs=["text",
68
+
69
  ],
70
  title="Chatbot with OpenAI's GPT-3.5 Model",
71
  description="An interactive chatbot using OpenAI's GPT-3.5 model with chat persistence and voice inputs/outputs.",