openrtist icon indicating copy to clipboard operation
openrtist copied to clipboard

Local Execution

Open akindofyoga opened this issue 4 years ago • 0 comments

The local execution code loads models here. However, it never downloads the models. Therefore, this code will always fail.

The SNAPSHOT dependency is specified here. We should upgrade this to the published version.

GabrielClientActivity.java has a lot of if (runLocally) branches. I think it would be better to move local execution into a separate file, that gets specified as a different build variant. Then we can publish two different APKs on the Play Store.

akindofyoga avatar Aug 19 '20 17:08 akindofyoga