soiz1 commited on
Commit
49a20a5
·
verified ·
1 Parent(s): 4bbcc6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import copy
2
  import os
3
  import random
4
 
5
- os.system('pip install dashscope')
6
  import gradio as gr
7
  import dashscope
8
  from dashscope import VideoSynthesis
 
2
  import os
3
  import random
4
 
5
+ os.system('pip install pydantic==2.10.6 dashscope')
6
  import gradio as gr
7
  import dashscope
8
  from dashscope import VideoSynthesis