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