gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

Where are the outputs ? #109

Closed BMontens closed 1 year ago

BMontens commented 1 year ago

There's no "outputs" folder, so where does the generated audio go ?

gitmylo commented 1 year ago

Generated audios + waveform videos are stored in your system's cache folder currently. It might be a good idea for me to change that to a new folder.

For now, you can download audio with right click on the audio, and you can download videos by pressing the download button in the top left.

G-force78 commented 1 year ago

Please make an output path its difficult to keep track of all the gradio directories especially as they are not organised by time.

gitmylo commented 1 year ago

The new default temp dir is now data/temp, you can change it to something else by setting the GRADIO_TEMP_DIR env variable