This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove ChatGPT Dialog | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-12-20 | |
// @description Remove the invisible dialog that traps screen readers! | |
// @author Chi Kim | |
// @match https://chatgpt.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=chatgpt.com | |
// @grant none | |
// @run-at document-start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update | |
apt -y install build-essential python3-dev ffmpeg screen unzip rename aria2 | |
pip3 install --upgrade pip | |
pip3 install --upgrade setuptools wheel | |
pip3 install faiss-cpu==1.7.2 fairseq gradio==3.14.0 ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.2 torchcrepe tensorboard | |
git clone --depth=1 https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI | |
cd Retrieval-based-Voice-Conversion-WebUI |