Spaces:
Running
Running
Update app.py
#1
by
sasasasas1211
- opened
app.py
CHANGED
|
@@ -9,8 +9,8 @@ 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 =
|
| 14 |
|
| 15 |
KEEP_SUCCESS_TASK = 3600 * 10
|
| 16 |
KEEP_RUNING_TASK = 3600 * 2
|
|
|
|
| 9 |
from examples import t2v_examples, i2v_examples
|
| 10 |
import time
|
| 11 |
|
| 12 |
+
DASHSCOPE_API_KEY = os.getenv('has')
|
| 13 |
+
dashscope.api_key = has
|
| 14 |
|
| 15 |
KEEP_SUCCESS_TASK = 3600 * 10
|
| 16 |
KEEP_RUNING_TASK = 3600 * 2
|