Spaces:
Running
Running
Update app.py
#20
by
prodia3456
- opened
app.py
CHANGED
@@ -9,7 +9,7 @@ from dashscope import VideoSynthesis
|
|
9 |
from examples import t2v_examples, i2v_examples
|
10 |
import time
|
11 |
|
12 |
-
DASHSCOPE_API_KEY = os.getenv('
|
13 |
dashscope.api_key = DASHSCOPE_API_KEY
|
14 |
|
15 |
KEEP_SUCCESS_TASK = 3600 * 10
|
|
|
9 |
from examples import t2v_examples, i2v_examples
|
10 |
import time
|
11 |
|
12 |
+
DASHSCOPE_API_KEY = os.getenv('sk-ef9ba5ca97c84fa6bde69ef9cfbd4ff5')
|
13 |
dashscope.api_key = DASHSCOPE_API_KEY
|
14 |
|
15 |
KEEP_SUCCESS_TASK = 3600 * 10
|