Whisper-WebUI
Whisper-WebUI copied to clipboard
Cant download the file (folder button)
Im using Ubuntu 22.04.3 LTS.
Everything works except when i download (im guessing it is for downloading the file), press the the folder button on the right corner below.
Once i click on it i get following error in the Terminal: "sh: 1: start: not found"
The button opens the folder where the subtitle files are located.
os.system(f"start outputs") should also work on Ubuntu.
But if you use Colab, the button doesn't work.
You can use the browser's file inspector and manually open the outputs folder in the browser's file inspector, located on the left side of Colab.
Since the button does not work on colab and causes unwanted misunderstandings,
I'm working on putting the downloadable subtitle files (with gr.Files) there instead of the folder button when users use colab.
Added output in #76. With latest commits, Now the subtitle files are displayed for output.
OK thanks for the answer. But i actually dont use Colab. Like i said im running a new fresh linux server with a graphical interface (cinnamon). Everything works fine except that folder button which i mentioned. And i still get the error which i mentioned, im gonna try the new updated app.py file which you just uploaded. And btw i also asked a few days ago with reference to the mic bug, do you have there an answer? Thank you for you help, you do a great job !
i also checked with the new update etc, my question is now, what is the purpose for that folder button? becaues i still get the error :" sh: 1: start: not found"
i tried to look up in google to find a solution but couldnt find anything, what you think is there the problem? thank you for your fast and quick help!
The folder button just opens the outputs folder.
I don't know why os.system(f"start outputs") doesn't work in Ubuntu.
Any PR for this would be great.
im also trying to find there a solution, once i find it i will write it here.