Spaces:
Sleeping
Sleeping
valentin urena
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import torch
|
|
10 |
from typing import Iterator
|
11 |
# import time
|
12 |
|
13 |
-
|
14 |
|
15 |
|
16 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
|
|
10 |
from typing import Iterator
|
11 |
# import time
|
12 |
|
13 |
+
from chess_board import Game
|
14 |
|
15 |
|
16 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|