Spaces:
Running
on
Zero
Running
on
Zero
Use gr.File instead of gr.Files for a better experience on mobile phones
#16
by
freddyaboulton
HF staff
- opened
Hello! There is a bug in gradio where the file_types
parameter is not working with gr.Files
. See (https://github.com/gradio-app/gradio/issues/7137). While I fix it in gradio, this PR should fix it in your demo. gr.File(file_count="multiple")
is the same as gr.Files
.
akhaliq
changed pull request status to
merged