Possible to add PATH to URL in gradio? #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Perhaps this can be implemented to
app.py
to add a custom path to open tortoise, ie. http://localhost:7860/gradio?Reason being I'd want to run this behind a reverse proxy to enable access from outside my network.
Implemented in commit
d7443dfa06
, it needs further testing as I was in the middle of some things sidetracked into the nightmare of getting it to work, and don't know if I forgot to copy over a file to commit.