Hi,
I installed this in conda:
Please login to see this link.
and its working fine. Now I just want to make a cool interface for in in Fusion. only problem is it is expecting some sort of JSON post method. its running a server locally just fine, but whenever I send a request to it with the text from a simple edit box with the Get object, it comes back that that method is not allowed / is wrong / different errors.
i understand that I need to use the JSON object with this apparently, but I dont know anything about JSON, or how it works. does someone maybe have a good idea of how i can just send the edit box text to the local Gradio server the right way?
any help would be so greatly appreciated. thank you in advance.