-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Safari buttons were not fixed #4034
Comments
Hmm @aliabid94 can you investigate? @cowanAI can you provide a full code example we can use to reproduce? |
for sure: ui = gr.Interface(
], ui.queue(concurrency_count=2) I think maybe it's because the bug was fixed for Safari mobile but not Safari Desktop maybe? |
That's possible. Would you be able to check and see if that's the case? It would help us narrow down the possible culprit. Also, which version of Safari Desktop are you using? |
sure, doing right now and the version is Version 16.3 (18614.4.6.1.6) @abidlabs |
@abidlabs used it on my phone and the issue is across all devices, but the text got fixed thanks for that |
also tried it on google chrome mobile and it doesnt seem to be only a safari issue, it seems more like an apple related issue, although it doesnt work also on safari desktop the buttons |
Ah I see, so I fixed the soft theme in the library, but you're loading the soft theme from the theme from the online theme store. I need to update the theme online, but I'd recommend you use the theme from the library, e.g. theme = gr.themes.Soft() # instead of "gradio/soft" this way you don't need to load the theme from the internet, so it will be faster. |
seems like a couples labelsare actually still grayed out actually, looking into it |
Ok I fixed the grayed out labels in #4070, I've also already pushed the the theme hub so that should work well now. |
thanks! @abidlabs in safari mobile as well? I'm currently on it and it looks grayed out, but if I need to redeploy let me know, thanks again |
@cowanAI I just checked on the branch on Safari Mobile and it's working well for me. You will need to redeploy yes, and you might even need to wait until we release on pypi (or install gradio from main by following the instructions here: https://gradio.app/docs/main) |
Describe the bug
output text was fixed but not the button that look "off"
Is there an existing issue for this?
Reproduction
Same issue discussed as before
Screenshot
Logs
System Info
Severity
annoying
The text was updated successfully, but these errors were encountered: