ziffir commited on
Commit
7ee626f
·
verified ·
1 Parent(s): bb7cd5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ class VulnLLMAnalyzer:
44
  """VulnLLM-R-7B AI Model Integration"""
45
 
46
  def __init__(self):
47
- self.initialized = False
48
  self.model_name = "UCSB-SURFI/VulnLLM-R-7B"
49
  if VULNLLM_AVAILABLE:
50
  try:
 
44
  """VulnLLM-R-7B AI Model Integration"""
45
 
46
  def __init__(self):
47
+ self.initialized = True
48
  self.model_name = "UCSB-SURFI/VulnLLM-R-7B"
49
  if VULNLLM_AVAILABLE:
50
  try: