visual-chatgpt
visual-chatgpt copied to clipboard
add conda-environment-ubuntu_x86.yaml
In case it's useful. Would use instead of requirement.txt, and do:
# install dependencies
conda env create -f conda-environment-ubuntu_x86.yaml
# activate environment
conda activate visualchatgpt
If that worked, and you've run bash download.sh, then you should be able to run the script:
python visual_chatgpt.py
@microsoft-github-policy-service agree
Thanks @sradc