Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -11,8 +11,10 @@ transformers==4.36.2
|
|
11 |
accelerate==0.26.1
|
12 |
matplotlib==3.7.4
|
13 |
tqdm==4.64.1
|
14 |
-
gradio==4.
|
15 |
config==0.5.1
|
16 |
einops==0.7.0
|
17 |
onnxruntime==1.16.2
|
18 |
-
basicsr
|
|
|
|
|
|
11 |
accelerate==0.26.1
|
12 |
matplotlib==3.7.4
|
13 |
tqdm==4.64.1
|
14 |
+
gradio==4.43.0
|
15 |
config==0.5.1
|
16 |
einops==0.7.0
|
17 |
onnxruntime==1.16.2
|
18 |
+
basicsr
|
19 |
+
pydantic==2.9.0
|
20 |
+
pydantic-core==2.23.2
|