update (#1)
Browse files- update (d3ffa94380100395419f830df5df770932ea49df)
Co-authored-by: Tayyab Tanveer <[email protected]>
app.py
CHANGED
@@ -10,7 +10,7 @@ VIDEO_STATUS_URL = "https://api.heygen.com/v1/video_status.get"
|
|
10 |
HEADERS = {
|
11 |
"accept": "application/json",
|
12 |
"content-type": "application/json",
|
13 |
-
"x-api-key": "
|
14 |
}
|
15 |
|
16 |
# Streamlit UI
|
|
|
10 |
HEADERS = {
|
11 |
"accept": "application/json",
|
12 |
"content-type": "application/json",
|
13 |
+
"x-api-key": "MWE1NDAyOWU1ZDkyNDhlZmIzM2MzYzY3ZmU1MGNiZDQtMTc0NDAxMjI0MA==" # Replace with actual API key
|
14 |
}
|
15 |
|
16 |
# Streamlit UI
|