CoolFace
Apppublic

andresampa/LS-AI-img-gen

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
index.php9 linesDownload Raw Back to root
1<?php2    include 'src/gallery_functions.php';3    $imageDirectory = 'images/';4    $imageOrder = 'desc';5    $images = getImages($imageDirectory, $imageOrder); // 'asc' or 'desc'6    include 'src/gallery_content.php';7 8?>9