Update inference_img.py

This commit is contained in:
hzwer 2022-05-05 14:30:49 +08:00 committed by GitHub
parent 2ebd789972
commit cc612e9d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ try:
model = Model()
model.load_model(args.modelDir, -1)
print("Loaded v1.x HD model")
expect:
except:
from model.RIFE import Model
model = Model()
model.load_model(args.modelDir, -1)