Added 1.7 model to RIFE-NCNN, updated model descriptions

This commit is contained in:
N00MKRAD
2021-01-26 19:39:16 +01:00
parent 86e27a4041
commit cc7a15e115
4 changed files with 14 additions and 8 deletions

View File

@@ -202,8 +202,7 @@ namespace Flowframes
AutoEncode.busy = false;
Program.mainForm.SetWorking(false);
Program.mainForm.SetTab("interpolation");
if(!Logger.GetLastLine().Contains("Canceled interpolation."))
Logger.Log("Canceled interpolation.");
Logger.LogIfLastLineDoesNotContainMsg("Canceled interpolation.");
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)
Utils.ShowMessage($"Canceled:\n\n{reason}");
}