Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image, ImageDraw
|
3 |
import random
|
4 |
-
time
|
5 |
|
6 |
def choose_move(board, player):
|
7 |
valid_moves = []
|
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image, ImageDraw
|
3 |
import random
|
4 |
+
import time
|
5 |
|
6 |
def choose_move(board, player):
|
7 |
valid_moves = []
|