Spaces:
Runtime error
Runtime error
kotori8823
commited on
Commit
·
64560a2
1
Parent(s):
0e05819
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ if __name__ == '__main__':
|
|
49 |
outputs=outputs,
|
50 |
allow_screenshot=False,
|
51 |
allow_flagging='never',
|
52 |
-
examples=[['test-img.jpg', "up2x-latest-no-denoise.pth", 2],['miku1.jpg', "up2x-latest-no-denoise.pth", 2],['
|
53 |
article='感谢大佬开源的项目')
|
54 |
iface.launch()
|
55 |
|
|
|
49 |
outputs=outputs,
|
50 |
allow_screenshot=False,
|
51 |
allow_flagging='never',
|
52 |
+
examples=[['test-img.jpg', "up2x-latest-no-denoise.pth", 2],['miku1.jpg', "up2x-latest-no-denoise.pth", 2],['ll.jpg', "up2x-latest-no-denoise.pth", 2],['kotori.jpg', "up2x-latest-no-denoise.pth", 2]],
|
53 |
article='感谢大佬开源的项目')
|
54 |
iface.launch()
|
55 |
|