Arcadia commited on
Commit
caaaa46
1 Parent(s): 415d5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,7 +52,6 @@ if __name__ == '__main__':
52
  inputs=inputs,
53
  outputs=outputs,
54
  allow_screenshot=False,
55
- share=True,
56
  allow_flagging='never',
57
  examples=[['test-img.jpg', "up2x-latest-denoise2x.pth", 2]],
58
  article='[https://github.com/bilibili/ailab/tree/main/Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN)<br>'
@@ -60,4 +59,4 @@ if __name__ == '__main__':
60
  '修改bbb'
61
  'The large image will lead to memory limit exceeded. So I crop and resize image. '
62
  'If you want to experience the large image, please go to the link above.')
63
- iface.launch()
 
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>'
 
59
  '修改bbb'
60
  'The large image will lead to memory limit exceeded. So I crop and resize image. '
61
  'If you want to experience the large image, please go to the link above.')
62
+ iface.launch(share=True)