Commit
·
8753088
1
Parent(s):
f299366
Update app.py
Browse files
app.py
CHANGED
@@ -129,13 +129,13 @@ gr.Interface(
|
|
129 |
outputs = [gr.outputs.Image(label="Result"),
|
130 |
gr.outputs.Image(label="Before:"),
|
131 |
gr.outputs.Image(label="After:")],
|
132 |
-
examples = [["doraemon.jpg",False,60,
|
133 |
-
["tomandjerry.jpg",False,60,
|
134 |
-
["somepanda.jpg",True,100,
|
135 |
-
["cemetry.jpg",False,70,
|
136 |
-
["michelangelo_david.jpg",True,30,
|
137 |
-
["elon_musk.jpg",False,45,
|
138 |
-
["text.jpg",True,70,
|
139 |
title = "JPEG Artifacts Removal [FBCNN]",
|
140 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
141 |
"or click one of the examples to load them. Check out the paper and the original GitHub repo at the link below. "
|
|
|
129 |
outputs = [gr.outputs.Image(label="Result"),
|
130 |
gr.outputs.Image(label="Before:"),
|
131 |
gr.outputs.Image(label="After:")],
|
132 |
+
examples = [["doraemon.jpg",False,60,42,50,50],
|
133 |
+
["tomandjerry.jpg",False,60,40,57,44],
|
134 |
+
["somepanda.jpg",True,100,30,8,24],
|
135 |
+
["cemetry.jpg",False,70,20,76,62],
|
136 |
+
["michelangelo_david.jpg",True,30,12,53,27],
|
137 |
+
["elon_musk.jpg",False,45,15,33,30],
|
138 |
+
["text.jpg",True,70,50,11,29]],
|
139 |
title = "JPEG Artifacts Removal [FBCNN]",
|
140 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
141 |
"or click one of the examples to load them. Check out the paper and the original GitHub repo at the link below. "
|