Spaces:
Runtime error
Runtime error
File size: 263 Bytes
8bc0b6a |
1 2 3 4 5 6 7 8 9 10 11 |
functions = "./"
view = "image-classification"
metadata = "./imagenette_formatted.csv"
models = ["IMAGENET1K_V1", "IMAGENET1K_V2"]
data_path = "./imagenette/"
data_column = "id"
label_column = "label"
batch_size = 32
port = 7860
host = "0.0.0.0"
editable = false |