Spaces:
Running
Running
File size: 348 Bytes
2f5abc8 |
1 2 3 4 5 6 7 8 9 |
DALLE3-VisionAPI/
βββ app.py # API server (OpenAI-compatible)
βββ dalle_infer.py # Hugging Face model loader + inference
βββ model_weights/
β βββ dalle-3-xl-lora-v2.safetensors
βββ static/
β βββ outputs/ # Generated image outputs
βββ requirements.txt
|