Open alistairwalsh opened 11 months ago
@alistairwalsh Sorry, how do you add transformers to requirements file?
The requirements.txt file from https://github.com/cocktailpeanut/Whisper-WebUI/blob/master/requirements.txt, contains python packages that are needed by the Whisper-WebUI app, open it in a text editor and add "transformers" on a new line (no quotation marks needed in the requirements file though). Then when you install with Pinokio, it will be installed along with the other Python packages.
Was getting an error on launch on an Intel Mac - no module named transformers. Fixed by adding transformers to requirements file