gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
973 stars 90 forks source link

[BUG REPORT] Bark's `speaker.npz` download link is invisible #153

Closed SuperUserNameMan closed 9 months ago

SuperUserNameMan commented 9 months ago

Hello there,

I was wondering why it was not possible to download the speaker.npz file generated by Bark.

In fact it was jsut invisible because of this white !important CSS rule :

https://github.com/gitmylo/audio-webui/blob/0ad6bddb58d731eb0058572e1387911689fb485b/webui/ui/ui.py#L48C1-L49C52

gitmylo commented 9 months ago

What do you mean? The download button is white instead of blue, but it still says "download"

SuperUserNameMan commented 9 months ago

Sorry, I should have put this screenshot sooner.

Model : suno/bark Speaker from : File/None

Screenshot 2023-10-05 at 10-32-42 Audio WebUI

gitmylo commented 9 months ago

Oh, yeah, I understand now. I've only been using the dark theme since my system has a dark theme. I didn't think about that, I can probably just invert based on the theme colors.

gitmylo commented 9 months ago

image This should work