Abubakar Abid
Abubakar Abid
Should be fixed now!
Hi, apologies for the late follow up. We haven't had a chance to look into this issue, but the Gradio codebase has changed quite significantly since this issue was created,...
Closing the issue for now, but can reopen if the issue continues to persist in the latest version of Gradio
I think this should be resolved by https://github.com/gradio-app/gradio/pull/11387, please let us know if you are still seeing this issue in the latest version of Gradio (5.34.1) and if so, we...
Let's close this PR then. Thank you @WizKnight for starting this work!
👍 a standalone repro: ```py import gradio as gr with gr.Blocks() as demo: with gr.Tabs(): with gr.Tab(label="a"): out1 = gr.Model3D(value="https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/luigi/luigi.ply") with gr.Tab(label="b"): out2 = gr.Model3D(value="https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/luigi/luigi.ply") if __name__ == "__main__": demo.queue().launch()...
Confirmed that this is the case even in Gradio 5
I just tested this and it doesn't look like this an issue in the latest version of Gradio. Can you confirm on your end @hysts? https://github.com/user-attachments/assets/9fe76b7b-3961-49b6-a0f3-9301e629a61d
Interesting, I wonder if it has to with the specific file types. Ok let's leave it open then!
Font size looks good @dawoodkhan82 but previously, we would also use a subdued color for the info text. Compare 4 (top) vs. 5 (bottom), which would be nice to bring...