gradio
gradio copied to clipboard
Gradio File raise InvalidPathError() gradio.exceptions.InvalidPathError
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