mzimm003 commited on
Commit
e0d8f4c
·
1 Parent(s): a7af915

Attempt force hanging build.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from my_chess.learner.environments import Chess
3
 
4
  from chessmodels import DCMinMax
5
 
6
-
7
  def main(kwargs=None):
8
  modelminmax = DCMinMax.from_pretrained("mzimm003/DeepChessReplicationMinMax")
9
  play = HumanVsBot(
 
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(