Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from rlgym_tools.rocket_league.replays.convert import replay_to_rlgym
|
|
9 |
from rlgym_tools.rocket_league.replays.parsed_replay import ParsedReplay
|
10 |
from tqdm import trange, tqdm
|
11 |
|
|
|
|
|
12 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
13 |
|
14 |
from huggingface_hub import Repository
|
|
|
9 |
from rlgym_tools.rocket_league.replays.parsed_replay import ParsedReplay
|
10 |
from tqdm import trange, tqdm
|
11 |
|
12 |
+
os.chmod("/usr/local/lib/python3.10/site-packages/rlgym_tools/rocket_league/replays/carball", 0o755)
|
13 |
+
|
14 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
15 |
|
16 |
from huggingface_hub import Repository
|