Chen MingZhi

Results 2 comments of Chen MingZhi

I have fixed the problem and it could now support multi-language.

change `net = PromptIRModel().load_from_checkpoint(ckpt_path).to(device)` to `net = PromptIRModel.load_from_checkpoint(ckpt_path).to(device)` can solve the problem