We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gr.Tab
If a field that allows for drag-drop a file (e.g.: gr.Image) is inside of a gr.Tab, the drag and drop doesn't work
gr.Image
import gradio as gr with gr.Blocks() as demo: with gr.Tab("Foo"): image = gr.Image() demo.launch()
No response
gradio==4.31.3
I can work around it
The text was updated successfully, but these errors were encountered:
Actually, this wasn't it. The issue seems to be any drag-and-drop inside the Spaces iframe on some browsers. Further investigating
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If a field that allows for drag-drop a file (e.g.:
gr.Image
) is inside of agr.Tab
, the drag and drop doesn't workHave you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: