We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361e16 commit 850bc84Copy full SHA for 850bc84
app/download-tflite.gradle.kts
@@ -1,7 +1,7 @@
1
import java.net.URL
2
import org.gradle.api.tasks.Copy
3
4
-val modelVersion = "v0.3"
+val modelVersion = "v0.4"
5
val modelFileName = "document-segmentation-model.tflite"
6
val modelUrl = "https://github.com/pynicolas/document-segmentation-model/releases/download/$modelVersion/$modelFileName"
7
0 commit comments