yasserrmd commited on
Commit
0842ac4
·
verified ·
1 Parent(s): c9c5063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import os
9
  from typing import Iterator, List, Tuple
10
  import spaces
11
 
 
12
  # Model configuration
13
  MODEL_NAME = "yasserrmd/SinaReason-Magistral-2509"
14
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
 
9
  from typing import Iterator, List, Tuple
10
  import spaces
11
 
12
+
13
  # Model configuration
14
  MODEL_NAME = "yasserrmd/SinaReason-Magistral-2509"
15
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"