Spaces:
Running
Running
Update app.py
#44
by Carter-123 - opened
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 |
|