Spaces:
Sleeping
Sleeping
mzimm003
commited on
Commit
·
9fbe86e
1
Parent(s):
e0d8f4c
Update render
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from my_chess.learner.environments import Chess
|
|
3 |
|
4 |
from chessmodels import DCMinMax
|
5 |
|
6 |
-
#Try to restart huggingface
|
7 |
def main(kwargs=None):
|
8 |
modelminmax = DCMinMax.from_pretrained("mzimm003/DeepChessReplicationMinMax")
|
9 |
play = HumanVsBot(
|
|
|
3 |
|
4 |
from chessmodels import DCMinMax
|
5 |
|
|
|
6 |
def main(kwargs=None):
|
7 |
modelminmax = DCMinMax.from_pretrained("mzimm003/DeepChessReplicationMinMax")
|
8 |
play = HumanVsBot(
|