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

Closed
opened 2023-02-07 03:40:19 +00:00 by demoncard · 2 comments

To remedy this, I did

sorted(os.listdir(os.path.join("tortoise", "voices"))) + ["microphone"],

To remedy this, I did sorted(os.listdir(os.path.join("tortoise", "voices"))) + ["microphone"],
Author

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.

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.
Owner

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.

> 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 6515d3b6dee3af1de6a0f4397cee7c6a37ddb5a3, although desu I can't really test if it makes a difference, since, for me, they've always been sorted.
mrq closed this issue 2023-02-07 05:24:23 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/tortoise-tts#5
No description provided.