Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
f9b32b6
1
Parent(s):
e229951
main.py
CHANGED
@@ -27,7 +27,7 @@ LATENT_DIMS = (1, SCREEN_HEIGHT // 8, SCREEN_WIDTH // 8, 4)
|
|
27 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
28 |
# Initialize the model at the start of your application
|
29 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
30 |
-
model = initialize_model("
|
31 |
|
32 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
33 |
model = model.to(device)
|
|
|
27 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
28 |
# Initialize the model at the start of your application
|
29 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
30 |
+
model = initialize_model("config_rnn.yaml", "yuntian-deng/computer-model")
|
31 |
|
32 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
33 |
model = model.to(device)
|