Spaces:
Runtime error
Runtime error
Commit
Β·
5121ad9
1
Parent(s):
a528bba
Update app.py
Browse files
app.py
CHANGED
@@ -361,7 +361,7 @@ with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
|
361 |
user_audio_microphone_query = gr.Audio(label="Record",source="microphone",type="filepath")
|
362 |
user_audio_microphone_submit_button = gr.Button("Get me result")
|
363 |
with gr.Column(scale=0.15, min_width=0):
|
364 |
-
upload_button = gr.UploadButton("π",
|
365 |
clear_button = gr.Button("Clear chat history")
|
366 |
|
367 |
|
|
|
361 |
user_audio_microphone_query = gr.Audio(label="Record",source="microphone",type="filepath")
|
362 |
user_audio_microphone_submit_button = gr.Button("Get me result")
|
363 |
with gr.Column(scale=0.15, min_width=0):
|
364 |
+
upload_button = gr.UploadButton("π", info="Upload text files and start talking to them")
|
365 |
clear_button = gr.Button("Clear chat history")
|
366 |
|
367 |
|