imCuteCat commited on
Commit
584097d
·
verified ·
1 Parent(s): 5a59667

Delete cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +0 -12
cog.yaml DELETED
@@ -1,12 +0,0 @@
1
- # Configuration for Cog ⚙️
2
- # Reference: https://github.com/replicate/cog/blob/main/docs/yaml.md
3
-
4
- build:
5
- gpu: false
6
- python_version: "3.9"
7
- system_packages:
8
- - "ffmpeg"
9
- - "imagemagick"
10
- python_packages:
11
- - "gradio==3.50.2"
12
- predict: "predict.py:Predictor"