abanm commited on
Commit
98dab2a
·
verified ·
1 Parent(s): 8cadc60

Update api_helper.py

Browse files
Files changed (1) hide show
  1. 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