Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
ed37c31
1
Parent(s):
2d2f60f
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ print('=' * 70)
|
|
37 |
|
38 |
SEQ_LEN = 512
|
39 |
PAD_IDX = 918
|
40 |
-
DEVICE = '
|
41 |
|
42 |
#====================================================================================
|
43 |
|
|
|
37 |
|
38 |
SEQ_LEN = 512
|
39 |
PAD_IDX = 918
|
40 |
+
DEVICE = 'cuda'
|
41 |
|
42 |
#====================================================================================
|
43 |
|