# Update this file with your Zeno configuration. The port and host are the default for Hugging Face Spaces. functions = "./" view = "image-classification" metadata = "./metadata.csv" # path or URL data_path = "./images" data_column = "image" label_column = "caption" batch_size = 64 port = 7860 host = "0.0.0.0"