Drjkedwards commited on
Commit
2f5abc8
Β·
verified Β·
1 Parent(s): ebe6f5c

Create layout.php

Browse files
Files changed (1) hide show
  1. layout.php +8 -0
layout.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ DALLE3-VisionAPI/
2
+ β”œβ”€β”€ app.py # API server (OpenAI-compatible)
3
+ β”œβ”€β”€ dalle_infer.py # Hugging Face model loader + inference
4
+ β”œβ”€β”€ model_weights/
5
+ β”‚ └── dalle-3-xl-lora-v2.safetensors
6
+ β”œβ”€β”€ static/
7
+ β”‚ └── outputs/ # Generated image outputs
8
+ └── requirements.txt