supermomo668
commited on
Commit
•
0ff5d30
1
Parent(s):
35a5099
stable
Browse files- config.json → .conf/config.json +0 -0
- .conf/generation_conf.yaml +3 -0
- __pycache__/handler.cpython-310.pyc +3 -0
- demo_app.py +3 -0
- environment.yml +3 -0
- handler.py +2 -2
- requirements.txt +1 -1
- utils.py +3 -0
config.json → .conf/config.json
RENAMED
File without changes
|
.conf/generation_conf.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48c05d9251f4363a64474978419b69433373fbc64898e868980e2d7fc39ce73f
|
3 |
+
size 67
|
__pycache__/handler.cpython-310.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e78ba57a85ea10b190744d0b83b06eb2fe5a46c47e47b6be6b4de6b4e49dbe95
|
3 |
+
size 3403
|
demo_app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7211def13d2c8d833711c4871e8cd0fc3db486c872e1820d7c339da32041db77
|
3 |
+
size 1922
|
environment.yml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91e1b80e74620a9c4225bc40686d0fda9ee2c3af68b9f98d43b89890d08c75f4
|
3 |
+
size 4932
|
handler.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2c5c12773e0fdc7d5afd69afb12dc13373430ff76e6de859fdef822d915cbf9
|
3 |
+
size 3089
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 133
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bf3f7c57b626fe4787c05f74bd41923d11da7e0edb7d66344b8c8366eb9feaf
|
3 |
size 133
|
utils.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f08cca6ec494ca5a80cbacd0956c3b355ce58ef2dfb7776b09402672d8b7b54
|
3 |
+
size 853
|