Fixed auto-enc problem where unencodedFrameLines was filled incorrectly

This commit is contained in:
N00MKRAD
2021-05-03 20:31:41 +02:00
parent af8f58380b
commit 337c045110
2 changed files with 12 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ namespace Flowframes.OS
}
else
{
MessageBox.Show("Neither the Flowframes Python Runtime nor System Python installation could be found!\nEither download the \"Full\" Flowframes package or install Python/Pytorch yourself.");
MessageBox.Show("Neither the Flowframes Python Runtime nor System Python installation could be found!\nEither redownload Flowframes with the embedded Python runtime enabled or install Python/Pytorch yourself.");
Interpolate.Cancel("Neither the Flowframes Python Runtime nor System Python installation could be found!");
}
}