Spaces:
Runtime error
Runtime error
Commit
·
d4ac241
1
Parent(s):
90e0f4f
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ interface = gr.Interface(
|
|
136 |
["cemetry.jpg",False,70,False,20,44,77],
|
137 |
["michelangelo_david.jpg",True,30,False,12,53,27],
|
138 |
["elon_musk.jpg",False,45,False,15,33,30],
|
139 |
-
["text.jpg",True,65,False,
|
140 |
title = "JPEG Artifacts Removal [FBCNN]",
|
141 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
142 |
"or click one of the examples to load them. Check out the paper and the original GitHub at the link below. "
|
|
|
136 |
["cemetry.jpg",False,70,False,20,44,77],
|
137 |
["michelangelo_david.jpg",True,30,False,12,53,27],
|
138 |
["elon_musk.jpg",False,45,False,15,33,30],
|
139 |
+
["text.jpg",True,65,False,50,11,29]],
|
140 |
title = "JPEG Artifacts Removal [FBCNN]",
|
141 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
142 |
"or click one of the examples to load them. Check out the paper and the original GitHub at the link below. "
|