Skip to content

Commit

Permalink
Remove models
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 11, 2024
1 parent 5579f5a commit 51e62ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ api/__pycache__/

# misc
.DS_Store

# env
api/.env
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*


training_progress.json
api/encoders
api/models/*.keras
Expand Down
2 changes: 1 addition & 1 deletion api/app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
[entry_point],
pathex=[],
binaries=[],
datas=[('models', 'models')],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "TailLinguifAI",
"email": ""
},
"version": "0.3.8",
"version": "0.3.7",
"main": "./public/electron.js",
"homepage": "./",
"private": true,
Expand Down

0 comments on commit 51e62ed

Please sign in to comment.