Spaces:
Runtime error
Runtime error
functions = "./functions" | |
view = "image-classification" | |
metadata = "./imagenette_formatted.csv" | |
models = ["IMAGENET1K_V1", "IMAGENET1K_V2"] | |
data_path = "./imagenette/" | |
data_column = "id" | |
id_column = "id" | |
label_column = "label" | |
batch_size = 32 | |
port = 7860 | |
host = "0.0.0.0" | |
editable = false | |
# host = "localhost" | |
# editable = true | |