Commit
·
9a22e27
1
Parent(s):
2bca4d7
Further Training
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ model = Model_handler()
|
|
9 |
|
10 |
@app.route('/')
|
11 |
def hello_world():
|
12 |
-
return '
|
13 |
|
14 |
@app.route('/generateMove', methods = ["POST"])
|
15 |
def generate_move() :
|
|
|
9 |
|
10 |
@app.route('/')
|
11 |
def hello_world():
|
12 |
+
return 'Welcome to my AI Chess Bot backend... To see this bot in action visit https://ai-chess-gd9d.onrender.com/'
|
13 |
|
14 |
@app.route('/generateMove', methods = ["POST"])
|
15 |
def generate_move() :
|
model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 20465016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63abd109535c6c0864f14a780123ef7ec639156765c14795b4264d3390612541
|
3 |
size 20465016
|