Spaces:
Running
Running
Xintao
commited on
Commit
·
ef5f95b
1
Parent(s):
0710318
update
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ torch.hub.download_url_to_file(
|
|
| 24 |
'Blake_Lively.jpg')
|
| 25 |
torch.hub.download_url_to_file(
|
| 26 |
'https://user-images.githubusercontent.com/17445847/187401133-8a3bf269-5b4d-4432-b2f0-6d26ee1d3307.png',
|
| 27 |
-
'10045.
|
| 28 |
|
| 29 |
# background enhancer with RealESRGAN
|
| 30 |
model = SRVGGNetCompact(num_in_ch=3, num_out_ch=3, num_feat=64, num_conv=32, upscale=4, act_type='prelu')
|
|
@@ -106,4 +106,4 @@ gr.Interface(
|
|
| 106 |
title=title,
|
| 107 |
description=description,
|
| 108 |
article=article,
|
| 109 |
-
examples=[['AI-generate.jpg', 'v1.3', 2], ['lincoln.
|
|
|
|
| 24 |
'Blake_Lively.jpg')
|
| 25 |
torch.hub.download_url_to_file(
|
| 26 |
'https://user-images.githubusercontent.com/17445847/187401133-8a3bf269-5b4d-4432-b2f0-6d26ee1d3307.png',
|
| 27 |
+
'10045.png')
|
| 28 |
|
| 29 |
# background enhancer with RealESRGAN
|
| 30 |
model = SRVGGNetCompact(num_in_ch=3, num_out_ch=3, num_feat=64, num_conv=32, upscale=4, act_type='prelu')
|
|
|
|
| 106 |
title=title,
|
| 107 |
description=description,
|
| 108 |
article=article,
|
| 109 |
+
examples=[['AI-generate.jpg', 'v1.3', 2], ['lincoln.jpg', 'v1.3',2], ['Blake_Lively.jpg', 'v1.3',2], ['10045.png', 'v1.3',2]]).launch()
|