aflahafiM commited on
Commit
47cab5d
·
verified ·
1 Parent(s): da94f16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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('DASHSCOPE_API_KEY')
12
- dashscope.api_key = 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