Spaces:
Sleeping
Sleeping
Adding code for app.py and updating requirements.txt
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ class URLValidator:
|
|
13 |
|
14 |
def __init__(self):
|
15 |
# API Keys
|
16 |
-
self.serpapi_key = os.
|
17 |
self.google_safe_browsing_key = os.getenv('GOOGLE_SAFE_KEY')
|
18 |
|
19 |
# Load models once to avoid redundant API calls
|
|
|
13 |
|
14 |
def __init__(self):
|
15 |
# API Keys
|
16 |
+
self.serpapi_key = os.getenv('SERPAPI_KEY')
|
17 |
self.google_safe_browsing_key = os.getenv('GOOGLE_SAFE_KEY')
|
18 |
|
19 |
# Load models once to avoid redundant API calls
|