Spaces:
Build error
Build error
added mic emoji to upload button
Browse filesJust to make it more clear for users what type of files they can upload
app.py
CHANGED
@@ -239,7 +239,7 @@ if __name__ == '__main__':
|
|
239 |
with gr.Column(scale=0.1, min_width=0):
|
240 |
clear = gr.Button("🔄Clear️")
|
241 |
with gr.Column(scale=0.1, min_width=0):
|
242 |
-
btn = gr.UploadButton("
|
243 |
with gr.Row():
|
244 |
with gr.Column():
|
245 |
outaudio = gr.Audio(visible=False)
|
|
|
239 |
with gr.Column(scale=0.1, min_width=0):
|
240 |
clear = gr.Button("🔄Clear️")
|
241 |
with gr.Column(scale=0.1, min_width=0):
|
242 |
+
btn = gr.UploadButton("🖼️/🎙️ Upload", file_types=["image","audio"])
|
243 |
with gr.Row():
|
244 |
with gr.Column():
|
245 |
outaudio = gr.Audio(visible=False)
|