In line 176 of app.py, I found it's very helpful to sort the voices in gradio as it can become quite difficult to find things otherwise #5
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?
To remedy this, I did
sorted(os.listdir(os.path.join("tortoise", "voices"))) + ["microphone"],
I feel like maybe I should have forked or made a pull request or something, but I've never used git, and this seems like quite a small brick to contribute to a pyramid.
No worries.
Added in commit
6515d3b6de
, although desu I can't really test if it makes a difference, since, for me, they've always been sorted.