logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

12 lines
316 B

build:
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "git+https://github.com/openai/CLIP.git"
- "git+https://github.com/YoadTew/zero-shot-image-to-text.git"
predict: "predict.py:Predictor"
#predict: "predict_arithmetic.py:Predictor"