How can I convert Gradio app to flask api?
I am trying to convert Gradio app to flask api.
In Gradio app, it is using components like Image, Text, and so on.
I have to change that component to request form data.
However, I am suffering with image processing.
I need any help.