Spaces:
Sleeping
Sleeping
Saif Rehman Nasir
commited on
Commit
·
52792b7
1
Parent(s):
cade13f
Add buttion
Browse files
app.py
CHANGED
@@ -375,7 +375,7 @@ def chat_interface():
|
|
375 |
)
|
376 |
response_textbox = gr.Textbox(label="Response Text")
|
377 |
audio_output = gr.Audio(label="Response Audio")
|
378 |
-
btn = gr.Button(value="
|
379 |
|
380 |
btn.click(
|
381 |
get_chatbot_response,
|
|
|
375 |
)
|
376 |
response_textbox = gr.Textbox(label="Response Text")
|
377 |
audio_output = gr.Audio(label="Response Audio")
|
378 |
+
btn = gr.Button(value="Send")
|
379 |
|
380 |
btn.click(
|
381 |
get_chatbot_response,
|