Replies: 1 comment 1 reply
-
yes, if you write your own ui. otherwise no. core webui functions are tightly wrapped with gradio calls. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for some guidance on how to go about separating the API and UI to run on different machines.
I want to run the API on a GPU-enabled machine, and then run the UI locally and have it point to the IP of the API machine.
Beta Was this translation helpful? Give feedback.
All reactions