visual-chatgpt icon indicating copy to clipboard operation
visual-chatgpt copied to clipboard

add conda-environment-ubuntu_x86.yaml

Open sradc opened this issue 2 years ago • 2 comments

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

sradc avatar Mar 10 '23 21:03 sradc

@microsoft-github-policy-service agree

sradc avatar Mar 10 '23 21:03 sradc

Thanks @sradc

chenfei-wu avatar Mar 15 '23 05:03 chenfei-wu