Update api_helper.py
Browse files- api_helper.py +1 -1
api_helper.py
CHANGED
|
@@ -2,7 +2,7 @@ import requests
|
|
| 2 |
|
| 3 |
# Constants
|
| 4 |
SPACE_URL = "https://abanm-dubs.hf.space/api/generate"
|
| 5 |
-
API_KEY = "
|
| 6 |
|
| 7 |
def call_api(message):
|
| 8 |
"""
|
|
|
|
| 2 |
|
| 3 |
# Constants
|
| 4 |
SPACE_URL = "https://abanm-dubs.hf.space/api/generate"
|
| 5 |
+
API_KEY = "s3cr3t_k3y" # Replace with your actual API key
|
| 6 |
|
| 7 |
def call_api(message):
|
| 8 |
"""
|