Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
•
8b3a65e
1
Parent(s):
535092b
Update app.py
Browse files
app.py
CHANGED
@@ -142,5 +142,6 @@ interface = gr.Interface(
|
|
142 |
"or click one of the examples to load them. Checkout the original GitHub at the link below. "
|
143 |
"JPEG artifacts are noticeable distortion of images caused by JPEG lossy compression. "
|
144 |
"This is not a super resolution AI but a JPEG compression artifact remover.",
|
|
|
145 |
allow_flagging=False
|
146 |
).launch(enable_queue=True,cache_examples=True)
|
|
|
142 |
"or click one of the examples to load them. Checkout the original GitHub at the link below. "
|
143 |
"JPEG artifacts are noticeable distortion of images caused by JPEG lossy compression. "
|
144 |
"This is not a super resolution AI but a JPEG compression artifact remover.",
|
145 |
+
article = "<p style='text-align: center'><a href='https://github.com/jiaxi-jiang/FBCNN' target='_blank'>FBCNN Github Repo</a></p>"
|
146 |
allow_flagging=False
|
147 |
).launch(enable_queue=True,cache_examples=True)
|