Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
•
5701c9d
1
Parent(s):
ecdf0e1
Update app.py
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ interface = gr.Interface(
|
|
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=
|
147 |
-
).launch(enable_queue=True
|
|
|
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="never"
|
147 |
+
).launch(enable_queue=True)
|