This commit is contained in:
psychedelicious 2022-10-20 12:46:57 +08:00 committed by Lincoln Stein
parent ff87239fb0
commit ed9307f469

View File

@ -107,7 +107,7 @@ except Exception:
print(traceback.format_exc())
print('...success')
print('Loading clipseq model for text-based masking...',end='')
print('Loading clipseg model for text-based masking...',end='')
try:
model_url = 'https://owncloud.gwdg.de/index.php/s/ioHbRzFx6th32hn/download'
model_dest = 'src/clipseg/clipseg_weights.zip'