ysharma HF staff commited on
Commit
fe7536c
1 Parent(s): cb578af

added mic emoji to upload button

Browse files

Just to make it more clear for users what type of files they can upload

Files changed (1) hide show
  1. app.py +1 -1
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("🖼️Upload", file_types=["image","audio"])
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)