File size: 242 Bytes
ef9a72e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
functions = "./"
view = "image-classification"
metadata = "./metadata_f.parquet"
data_path = "https://diffusiondb.m4ke.org/"
data_column = "image_name"
label_column = "prompt"
batch_size = 100000
port = 7860 
host = "0.0.0.0"
editable = false