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.
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 ofif (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.