File size: 313 Bytes
ed338f4
 
 
 
 
100df4d
 
 
ed338f4
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# 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"