Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,10 @@ def transform_string(input_str):
|
|
174 |
def main():
|
175 |
# download_stockfish()
|
176 |
st.title("Chessboard Position Detection and Move Prediction")
|
177 |
-
|
|
|
|
|
|
|
178 |
st.write(os.getcwd())
|
179 |
|
180 |
|
|
|
174 |
def main():
|
175 |
# download_stockfish()
|
176 |
st.title("Chessboard Position Detection and Move Prediction")
|
177 |
+
|
178 |
+
os.chmod("/home/user/app/stockfish-ubuntu-x86-64-sse41-popcnt", 0o755)
|
179 |
+
|
180 |
+
|
181 |
st.write(os.getcwd())
|
182 |
|
183 |
|