Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,16 @@ io4 = gr.Interface.load(
|
|
42 |
["images/Enhancement/input/1.png"],
|
43 |
],
|
44 |
)
|
45 |
-
|
46 |
io5 = gr.Interface.load(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
"spaces/sayakpaul/gopro-deblurring-maxim",
|
48 |
examples=[
|
49 |
["images/Deblurring/input/1fromGOPR1096.MP4.png"],
|
@@ -52,7 +60,7 @@ io5 = gr.Interface.load(
|
|
52 |
["images/Deblurring/input/110fromGOPR1087.MP4.png"],
|
53 |
],
|
54 |
)
|
55 |
-
|
56 |
"spaces/sayakpaul/sidd-denoising-maxim",
|
57 |
examples=[
|
58 |
["images/Denoising/input/0039_04.png"],
|
@@ -61,15 +69,6 @@ io6 = gr.Interface.load(
|
|
61 |
["images/Denoising/input/0013_19.png"],
|
62 |
],
|
63 |
)
|
64 |
-
io7 = gr.Interface.load(
|
65 |
-
"spaces/sayakpaul/lol-enhancement-maxim",
|
66 |
-
examples=[
|
67 |
-
["images/Enhancement/input/748.png"],
|
68 |
-
["images/Enhancement/input/111.png"],
|
69 |
-
["images/Enhancement/input/a4541-DSC_0040-2.png"],
|
70 |
-
["images/Enhancement/input/1.png"],
|
71 |
-
],
|
72 |
-
)
|
73 |
|
74 |
with demo:
|
75 |
gr.TabbedInterface(
|
@@ -79,9 +78,9 @@ with demo:
|
|
79 |
"Dehazing_Outdoor",
|
80 |
"Dehazing_Indoor",
|
81 |
"Retouching",
|
|
|
82 |
"Deblurring",
|
83 |
"Denoising",
|
84 |
-
"Enhancement",
|
85 |
],
|
86 |
)
|
87 |
demo.launch()
|
|
|
42 |
["images/Enhancement/input/1.png"],
|
43 |
],
|
44 |
)
|
|
|
45 |
io5 = gr.Interface.load(
|
46 |
+
"spaces/sayakpaul/lol-enhancement-maxim",
|
47 |
+
examples=[
|
48 |
+
["images/Enhancement/input/748.png"],
|
49 |
+
["images/Enhancement/input/111.png"],
|
50 |
+
["images/Enhancement/input/a4541-DSC_0040-2.png"],
|
51 |
+
["images/Enhancement/input/1.png"],
|
52 |
+
],
|
53 |
+
)
|
54 |
+
io6 = gr.Interface.load(
|
55 |
"spaces/sayakpaul/gopro-deblurring-maxim",
|
56 |
examples=[
|
57 |
["images/Deblurring/input/1fromGOPR1096.MP4.png"],
|
|
|
60 |
["images/Deblurring/input/110fromGOPR1087.MP4.png"],
|
61 |
],
|
62 |
)
|
63 |
+
io7 = gr.Interface.load(
|
64 |
"spaces/sayakpaul/sidd-denoising-maxim",
|
65 |
examples=[
|
66 |
["images/Denoising/input/0039_04.png"],
|
|
|
69 |
["images/Denoising/input/0013_19.png"],
|
70 |
],
|
71 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
with demo:
|
74 |
gr.TabbedInterface(
|
|
|
78 |
"Dehazing_Outdoor",
|
79 |
"Dehazing_Indoor",
|
80 |
"Retouching",
|
81 |
+
"Enhancement",
|
82 |
"Deblurring",
|
83 |
"Denoising",
|
|
|
84 |
],
|
85 |
)
|
86 |
demo.launch()
|