!git clone https://huggingface.co/spaces/aadnk/whisper-webui !cd whisper-webui/ && git pull origin !cd whisper-webui/ && pip install -r requirements.txt !cd whisper-webui/ && python app.py --input_audio_max_duration -1 --share True from google.colab import drive drive.mount('/content/drive') !cd whisper-webui/ && python app.py --input_audio_max_duration -1 --share True --auto_parallel True --output_dir /content/drive/MyDrive/Whisper !nvidia-smi -L !pip list