Chris1 commited on
Commit
6356cd8
·
1 Parent(s): b1c8049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ transform = Compose([
46
  ])
47
 
48
 
49
- model = GeneratorResNet.from_pretrained('Chris1/sim2real', input_shape=(n_channels, image_size, image_size),
50
  num_residual_blocks=9)
51
 
52
  gr.Interface(lambda image: pred_pipeline(image, transform),
 
46
  ])
47
 
48
 
49
+ model = GeneratorResNet.from_pretrained('huggan/sim2real_cyclegan', input_shape=(n_channels, image_size, image_size),
50
  num_residual_blocks=9)
51
 
52
  gr.Interface(lambda image: pred_pipeline(image, transform),