Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ from dashscope import VideoSynthesis
|
|
| 8 |
from examples import t2v_examples, i2v_examples
|
| 9 |
|
| 10 |
# Configure API key
|
| 11 |
-
DASHSCOPE_API_KEY = os.getenv('
|
| 12 |
-
dashscope.api_key =
|
| 13 |
|
| 14 |
# Task management constants
|
| 15 |
KEEP_SUCCESS_TASK = 3600 * 10
|
|
|
|
| 8 |
from examples import t2v_examples, i2v_examples
|
| 9 |
|
| 10 |
# Configure API key
|
| 11 |
+
DASHSCOPE_API_KEY = os.getenv('AIzaSyBbLpmcLFbYG_B6qf0VsOkzZt1JEHCI4qQ')
|
| 12 |
+
dashscope.api_key = AIzaSyBbLpmcLFbYG_B6qf0VsOkzZt1JEHCI4qQ
|
| 13 |
|
| 14 |
# Task management constants
|
| 15 |
KEEP_SUCCESS_TASK = 3600 * 10
|