Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
•
90e0f4f
1
Parent(s):
d341b46
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,8 @@ interface = gr.Interface(
|
|
135 |
["somepanda.jpg",True,100,False,30,8,24],
|
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 |
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 at the link below. "
|
|
|
135 |
["somepanda.jpg",True,100,False,30,8,24],
|
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,24,11,13]],
|
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. "
|