Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,6 @@ if __name__ == '__main__':
|
|
51 |
iface = gr.Interface(fn=greet,
|
52 |
inputs=inputs,
|
53 |
outputs=outputs,
|
54 |
-
allow_screenshot=False,
|
55 |
-
allow_flagging='never',
|
56 |
examples=[['test-img.jpg', "up2x-latest-denoise2x.pth", 2]],
|
57 |
article='[https://github.com/bilibili/ailab/tree/main/Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN)<br>'
|
58 |
'感谢b站开源的项目,图片过大会导致内存不足,所有我将图片裁剪小,想体验大图片的效果请自行前往上面的链接。<br>'
|
|
|
51 |
iface = gr.Interface(fn=greet,
|
52 |
inputs=inputs,
|
53 |
outputs=outputs,
|
|
|
|
|
54 |
examples=[['test-img.jpg', "up2x-latest-denoise2x.pth", 2]],
|
55 |
article='[https://github.com/bilibili/ailab/tree/main/Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN)<br>'
|
56 |
'感谢b站开源的项目,图片过大会导致内存不足,所有我将图片裁剪小,想体验大图片的效果请自行前往上面的链接。<br>'
|