Himanshi commited on
Commit
bee24c4
1 Parent(s): 7fde48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,9 +15,9 @@ os.system("gdown 1usp9c4VcTX2yche5o2WCi7yJw85n_yeZ -O img3.jpg")
15
  os.chdir("../")
16
 
17
 
18
- examples = [['sample_images/img1.jpg', "Cartoonify"],
19
- ['sample_images/img2.jpg', "Cartoonify"],
20
- ['sample_images/img3.jpg', "Cartoonify"],
21
  ]
22
 
23
  inference_on = ['Full Resolution Image', 'Downsampled Image']
15
  os.chdir("../")
16
 
17
 
18
+ examples = [['sample_images/img1.jpg', "Cartoonify AnimeGanV2"],
19
+ ['sample_images/img2.jpg', "Cartoonify AnimeGanV2"],
20
+ ['sample_images/img3.jpg', "Cartoonify AnimeGanV2"],
21
  ]
22
 
23
  inference_on = ['Full Resolution Image', 'Downsampled Image']