Skip to content

Commit 850bc84

Browse files
committed
Use version 0.4 of the segmentation model
1 parent 6361e16 commit 850bc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/download-tflite.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.net.URL
22
import org.gradle.api.tasks.Copy
33

4-
val modelVersion = "v0.3"
4+
val modelVersion = "v0.4"
55
val modelFileName = "document-segmentation-model.tflite"
66
val modelUrl = "https://github.com/pynicolas/document-segmentation-model/releases/download/$modelVersion/$modelFileName"
77

0 commit comments

Comments
 (0)