Pragnakal commited on
Commit
e181574
·
verified ·
1 Parent(s): 5f430b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ input_audio = gr.Audio(
23
  gr.Interface(
24
  fn=respond,
25
  inputs=input_audio,
26
- outputs=["text", "audio"],
27
  title="Tommy Vercetti Chatbot",
28
  description="Chat with Tommy Vercetti from GTA Vice City. Get responses in both text and voice!"
29
  ).launch(debug=True)
 
23
  gr.Interface(
24
  fn=respond,
25
  inputs=input_audio,
26
+ outputs="text",
27
  title="Tommy Vercetti Chatbot",
28
  description="Chat with Tommy Vercetti from GTA Vice City. Get responses in both text and voice!"
29
  ).launch(debug=True)