nightfury commited on
Commit
d56014c
1 Parent(s): 379bb4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -23,16 +23,16 @@ if not os.path.exists('CodeFormer.pth'):
23
  os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/CodeFormer.pth -P .")
24
 
25
  torch.hub.download_url_to_file(
26
- 'https://static.toiimg.com/photo/msid-71531342/71531342.jpg',
27
  'a1.jpg')
28
  torch.hub.download_url_to_file(
29
- 'https://www.deccanherald.com/sites/dh/files/styles/gallery_thumbnails/public/gallery_images/2021/09/17/PM%20Modi%20Rare%20Photos%20%284%29.jpg',
30
  'a2.jpg')
31
  torch.hub.download_url_to_file(
32
- 'https://resize.indiatvnews.com/en/resize/newbucket/715_-/2018/01/dssd-1514798177.jpg',
33
  'a3.jpg')
34
  torch.hub.download_url_to_file(
35
- 'https://resize.indiatvnews.com/en/resize/newbucket/715_-/2018/01/capture-1514798177.jpg',
36
  'a4.jpg')
37
 
38
  # background enhancer with RealESRGAN
 
23
  os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/CodeFormer.pth -P .")
24
 
25
  torch.hub.download_url_to_file(
26
+ 'https://thumbs.dreamstime.com/b/tower-bridge-traditional-red-bus-black-white-colors-view-to-tower-bridge-london-black-white-colors-108478942.jpg',
27
  'a1.jpg')
28
  torch.hub.download_url_to_file(
29
+ 'https://media.istockphoto.com/id/523514029/photo/london-skyline-b-w.jpg?s=612x612&w=0&k=20&c=kJS1BAtfqYeUDaORupj0sBPc1hpzJhBUUqEFfRnHzZ0=',
30
  'a2.jpg')
31
  torch.hub.download_url_to_file(
32
+ 'https://i.guim.co.uk/img/media/06f614065ed82ca0e917b149a32493c791619854/0_0_3648_2789/master/3648.jpg?width=700&quality=85&auto=format&fit=max&s=05764b507c18a38590090d987c8b6202',
33
  'a3.jpg')
34
  torch.hub.download_url_to_file(
35
+ 'https://i.pinimg.com/736x/46/96/9e/46969eb94aec2437323464804d27706d--victorian-london-victorian-era.jpg',
36
  'a4.jpg')
37
 
38
  # background enhancer with RealESRGAN