Skip to content
New issue

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

gradio ui display problem in some devices #10294

Open
1 task done
youngxz opened this issue Jan 6, 2025 · 3 comments
Open
1 task done

gradio ui display problem in some devices #10294

youngxz opened this issue Jan 6, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@youngxz
Copy link

youngxz commented Jan 6, 2025

Describe the bug

the same code,the same system version and edge version,but different display(see Screenshot)

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

def greet(name):
    return "Hello " + name + "!"

demo = gr.Interface(fn=greet, inputs="text", outputs="text")
demo.launch()  

Screenshot

搜狗截图20250106143810
QQ拼音截图20250106113318

Logs

No response

System Info

win 10
newest version of edge

Severity

Blocking usage of gradio

@youngxz youngxz added the bug Something isn't working label Jan 6, 2025
@abidlabs
Copy link
Member

abidlabs commented Jan 6, 2025

Hi @youngxz we'll need more information about what devices Gradio is failing on so that we can do a step-by-step reproduction. How are you running Gradio? What browser? Is it happening for every Gradio app?

@abidlabs abidlabs added the needs repro Awaiting full reproduction label Jan 6, 2025
@youngxz
Copy link
Author

youngxz commented Jan 7, 2025

Hi @youngxz we'll need more information about what devices Gradio is failing on so that we can do a step-by-step reproduction. How are you running Gradio? What browser? Is it happening for every Gradio app?

Devices that Gradio is failing: the system is windows 10, the browser is latest version of Edge.
I running Gradio with python IDLE.
Another Gradio app is the same problem.

@youngxz
Copy link
Author

youngxz commented Jan 7, 2025

Hi @youngxz we'll need more information about what devices Gradio is failing on so that we can do a step-by-step reproduction. How are you running Gradio? What browser? Is it happening for every Gradio app?

Devices that Gradio is failing: the system is windows 10, the browser is latest version of Edge(see Screenshot). I running Gradio with python IDLE. Another Gradio app is the same problem.

QQ拼音截图20250107115629
QQ拼音截图20250107115706

@abidlabs abidlabs removed the needs repro Awaiting full reproduction label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants