Relative Content

Tag Archive for pythongradio

Response with Chart in Gradio

I see here some cases where plotly charts can be used (https://www.gradio.app/guides/creating-a-custom-chatbot-with-blocks) . I think the example with fig is broken here .

How to Preserve Image Quality When Using Gradio Brush Tool?

I’m using Gradio to create an interactive image editing application, specifically with the brush tool. However, I’ve encountered an issue where the quality of the image changes after using the brush tool and saving the result. Even when I create a function that simply returns the mask without any modifications, the quality still degrades.

Can gradio functions return components

I want to use gradio to create a dropdown to choose a task id and fetch the json under that id and display it as custom component implemented under a block