Hansimov commited on
Commit
e2d3699
1 Parent(s): 26cd288

:pencil: [Config] .gitignore and requirements.txt

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. requirements.txt +1 -0
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  __pycache__
2
- secrets.json
 
 
1
  __pycache__
2
+ secrets.json
3
+ *.onnx
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  fastapi
2
  markdown2
3
  numpy
 
4
  pydantic
5
  tclogger
6
  torch
 
1
  fastapi
2
  markdown2
3
  numpy
4
+ onnxruntime
5
  pydantic
6
  tclogger
7
  torch