gaur3009 commited on
Commit
6970539
β€’
1 Parent(s): 713a6b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ UNet_Encoder = UNet2DConditionModel_ref.from_pretrained(
90
  base_path,
91
  subfolder="unet_encoder",
92
  torch_dtype=torch.float16,
 
93
  )
94
 
95
  parsing_model = Parsing(0)
 
90
  base_path,
91
  subfolder="unet_encoder",
92
  torch_dtype=torch.float16,
93
+ force_download=True
94
  )
95
 
96
  parsing_model = Parsing(0)