zeno-winoground / config.toml
Simran Khanuja
adding files to convert json to csv
100df4d
raw
history blame
No virus
313 Bytes
# 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"