Spaces:
Runtime error
Runtime error
Update app.py
#37
by
soiz1
- opened
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
|