Mgolo commited on
Commit
8c3c59b
·
verified ·
1 Parent(s): 595752f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ logging.basicConfig(level=logging.INFO)
24
  logger = logging.getLogger(__name__)
25
 
26
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
27
- HF_TOKEN = os.getenv("HF_TOKEN")
28
 
29
  # Language Pair Models
30
  MODELS: Dict[Tuple[str, str], Dict[str, str]] = {
 
24
  logger = logging.getLogger(__name__)
25
 
26
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
27
+ HF_TOKEN = os.getenv("hffff")
28
 
29
  # Language Pair Models
30
  MODELS: Dict[Tuple[str, str], Dict[str, str]] = {