dad1909 commited on
Commit
9e407fa
·
verified ·
1 Parent(s): 7faae4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,9 +17,9 @@ current_num = os.getenv("NUM")
17
  print(f"stage ${current_num}")
18
 
19
  api = HfApi(token=hf_token)
20
- # models = f"dad1909/CyberSentinel-{current_num}"
21
 
22
- model_base = "dad1909/cybersentinal-2.0"
23
 
24
  print("Starting model and tokenizer loading...")
25
 
 
17
  print(f"stage ${current_num}")
18
 
19
  api = HfApi(token=hf_token)
20
+ models = f"dad1909/CyberSentinel-2.0-{current_num}"
21
 
22
+ # model_base = "dad1909/cybersentinal-2.0"
23
 
24
  print("Starting model and tokenizer loading...")
25