munzirmuneer commited on
Commit
3a86c2c
·
verified ·
1 Parent(s): 82797d0

Update handler.py

Browse files
Files changed (1) hide show
  1. 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/phishing_url_gemma_pytorch" # Replace with your specific model
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