abanm commited on
Commit
ca1674f
·
verified ·
1 Parent(s): 7280f57

Update api_helper.py

Browse files
Files changed (1) hide show
  1. 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 = "your_api_key_here" # Replace with your actual 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
  """