Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -9,7 +9,7 @@ class EndpointHandler:
|
|
| 9 |
"""
|
| 10 |
Initialize the model and tokenizer using the provided model directory.
|
| 11 |
"""
|
| 12 |
-
model_name = "munzirmuneer/
|
| 13 |
model_name2 = "google/gemma-2b"
|
| 14 |
|
| 15 |
# Load tokenizer and model
|
|
|
|
| 9 |
"""
|
| 10 |
Initialize the model and tokenizer using the provided model directory.
|
| 11 |
"""
|
| 12 |
+
model_name = "munzirmuneer/phishing_url_clssification_gemma_lora" # Replace with your specific model
|
| 13 |
model_name2 = "google/gemma-2b"
|
| 14 |
|
| 15 |
# Load tokenizer and model
|