gradio icon indicating copy to clipboard operation
gradio copied to clipboard

Gradio File raise InvalidPathError() gradio.exceptions.InvalidPathError

Open russosalv opened this issue 4 months ago • 5 comments

Describe the bug

Using Gradio File in Windows, if you try to go down in folder (more then 1 step) receive raise InvalidPathError() gradio.exceptions.InvalidPathError

filesystem is: Folder1 -> Folder2 -> Folder3 -> File

Have you searched existing issues? 🔎

  • [X] I have searched and found no existing issues

Reproduction

import gradio as gr

        with gr.Blocks() as suggester_ui:
            with gr.Row(): 
                file_explorer = gr.FileExplorer(
                        interactive=True,
                        glob="*",
                    )


Screenshot

No response

Logs

No response

System Info

gradio 5.1.0

Severity

Blocking usage of gradio

russosalv avatar Oct 15 '24 21:10 russosalv