git clone https://github.com/NeuralFalconYT/Auto-Subtitle-Generator.git
cd Auto-Subtitle-Generator
pip install -r requirements.txt
Run Gradio App
python gradio_app.py
Run Gradio App With Debug Mode On
python gradio_app.py --debug
Run Gradio App With Share Mode On
python gradio_app.py --share
Run Gradio App With Debug and Share Mode On
python gradio_app.py --debug --share
