Update curlapp.py
Browse files- 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("
|
| 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"""
|