root commited on
Commit
3f0445a
1 Parent(s): 89a49d8
Files changed (2) hide show
  1. .gitignore +4 -1
  2. cog.yaml +1 -1
.gitignore CHANGED
@@ -1 +1,4 @@
1
- __pycache__
 
 
 
 
1
+ __pycache__
2
+ models
3
+ .cog/*
4
+ .cog
cog.yaml CHANGED
@@ -11,7 +11,7 @@ build:
11
  # - "libglib2.0-0"
12
 
13
  # python version in the form '3.8' or '3.8.12'
14
- python_version: "3.8"
15
  python_requirements: "requirements.txt"
16
 
17
  # a list of packages in the format <package-name>==<version>
 
11
  # - "libglib2.0-0"
12
 
13
  # python version in the form '3.8' or '3.8.12'
14
+ python_version: "3.11"
15
  python_requirements: "requirements.txt"
16
 
17
  # a list of packages in the format <package-name>==<version>