Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ input_audio = gr.Audio(
|
|
23 |
gr.Interface(
|
24 |
fn=respond,
|
25 |
inputs=input_audio,
|
26 |
-
outputs=
|
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)
|