Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import dashscope
8
  from dashscope import VideoSynthesis
9
  from examples import t2v_examples, i2v_examples
10
  import time
11
-
12
  DASHSCOPE_API_KEY = os.getenv('DASHSCOPE_API_KEY')
13
  dashscope.api_key = DASHSCOPE_API_KEY
14
 
 
8
  from dashscope import VideoSynthesis
9
  from examples import t2v_examples, i2v_examples
10
  import time
11
+ print ("no waits")
12
  DASHSCOPE_API_KEY = os.getenv('DASHSCOPE_API_KEY')
13
  dashscope.api_key = DASHSCOPE_API_KEY
14