Spaces:
Sleeping
Sleeping
Fix import
Browse files- app.py +1 -1
- src/__init__.py +0 -0
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from typing import Optional, Tuple
|
2 |
import gradio as gr
|
3 |
|
4 |
-
from
|
5 |
|
6 |
|
7 |
def play_chess(
|
|
|
1 |
from typing import Optional, Tuple
|
2 |
import gradio as gr
|
3 |
|
4 |
+
from src.thinksqure_engine import ThinkSquareEngine
|
5 |
|
6 |
|
7 |
def play_chess(
|
src/__init__.py
ADDED
File without changes
|