Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ class VulnLLMAnalyzer:
|
|
| 44 |
"""VulnLLM-R-7B AI Model Integration"""
|
| 45 |
|
| 46 |
def __init__(self):
|
| 47 |
-
self.initialized =
|
| 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:
|