Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,8 @@ textarea, input[type='text'] {
|
|
87 |
with gr.Row():
|
88 |
chat_input = gr.Textbox(placeholder="Type or speak...", label=None, scale=9)
|
89 |
record_btn = gr.Button("ποΈ Record", scale=1)
|
90 |
-
upload_btn = gr.
|
|
|
91 |
|
92 |
chatbot = gr.Chatbot(label="JAWERIA'SBOT π€", height=400)
|
93 |
send_btn = gr.Button("Send π")
|
|
|
87 |
with gr.Row():
|
88 |
chat_input = gr.Textbox(placeholder="Type or speak...", label=None, scale=9)
|
89 |
record_btn = gr.Button("ποΈ Record", scale=1)
|
90 |
+
upload_btn = gr.File(file_types=[".mp3", ".wav", ".m4a"], label="Upload Audio File", visible=False)
|
91 |
+
|
92 |
|
93 |
chatbot = gr.Chatbot(label="JAWERIA'SBOT π€", height=400)
|
94 |
send_btn = gr.Button("Send π")
|