Spaces:
Sleeping
Sleeping
Saif Rehman Nasir
commited on
Commit
·
80d8e52
1
Parent(s):
52792b7
Change button layout
Browse files
app.py
CHANGED
@@ -373,9 +373,9 @@ def chat_interface():
|
|
373 |
type="numpy", # Get audio data and sample rate
|
374 |
label="Say Something...",
|
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,
|
|
|
373 |
type="numpy", # Get audio data and sample rate
|
374 |
label="Say Something...",
|
375 |
)
|
376 |
+
btn = gr.Button(value="Send")
|
377 |
response_textbox = gr.Textbox(label="Response Text")
|
378 |
audio_output = gr.Audio(label="Response Audio")
|
|
|
379 |
|
380 |
btn.click(
|
381 |
get_chatbot_response,
|