Replies: 4 comments 1 reply
-
I agree with this. I've been testing this on my friend's server that at least exposes Probably need a list of functionality that requires (Also, while on it, please reply my comment about hiding |
Beta Was this translation helpful? Give feedback.
-
I'd love for this to happen. I like using the web ui, but there are use case when I want to access it through a bot. As someone with virtually no Python experience as of a few weeks ago, it's been very difficult for me to get my app to interface with the web ui (I've even have a help question elsewhere). I've been relying to fork projects of smarter people who have solutions. |
Beta Was this translation helpful? Give feedback.
-
how are yall deploying the everything? I wanna build a service using the API but am thinking I will need to load models on other servers and run the api on an ec2 instance. |
Beta Was this translation helpful? Give feedback.
-
I'd like to see this happen as well, as gradio has no way of interacting updating frontend from backend without crazyness. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
btn.click(add, [num1, num2], output, api_name="addition")
By adding api_name='xyz' to a button in the UI, it will automatically make an API endpoint, and document it into a page you can reach by pressing 'view api' at the bottom of the UI.
Will allow for third party tools to be created that function of this god tier code, in a very manageable way.
Beta Was this translation helpful? Give feedback.
All reactions