Update app.py
Browse files
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 |
-
|
| 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 |
|