

Register RunPod from here please : https://runpod.io?ref=1aka98lq

Look the PNG file to see selections I made

Upload everything into workspace folder

To install run below command

export HF_HOME="/workspace"
chmod +x RunPod_Install_Light.sh
./RunPod_Install_Light.sh

To use after install

Open a new terminal

Remove --share True if you don't want gradio live 
You can use gradio live url on your computer tablet phone etc

cd /workspace/IC-Light
source venv/bin/activate
python gradio_demo.py --share


If you want to run the Gradio with background upload feature run below one

cd /workspace/IC-Light
source venv/bin/activate
python gradio_demo_bg.py --share


