mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Added 1.7 model to RIFE-NCNN, updated model descriptions
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user