MySafeCode commited on
Commit
74af09c
·
verified ·
1 Parent(s): cc7a6d2

Update curlapp.py

Browse files
Files changed (1) hide show
  1. curlapp.py +1 -1
curlapp.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  import json
6
 
7
  # Your API key from Hugging Face secret "key"
8
- API_KEY = os.environ.get("key", "")
9
 
10
  def generate_video(prompt_text, image_url):
11
  """Exactly like the curl command"""
 
5
  import json
6
 
7
  # Your API key from Hugging Face secret "key"
8
+ API_KEY = os.environ.get("Key", "")
9
 
10
  def generate_video(prompt_text, image_url):
11
  """Exactly like the curl command"""