m2predict / main.py
yasser5711's picture
Upload folder using huggingface_hub
5e6aba8 verified
raw
history blame contribute delete
214 Bytes
from inference.predict import predict
result = predict({
"code_postal": "75011",
"surface_reelle_bati": 42,
"nombre_pieces_principales": 2,
"type_local": "Appartement",
})
print(result)