Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0.1",
|
| 3 |
+
"model_url": "https://example.com/model_v1.2.0.tflite",
|
| 4 |
+
"labels_url": "https://example.com/labels.json"
|
| 5 |
+
}
|