Spaces:
Paused
Paused
| # Use the model image directly | |
| FROM bytez/multimodalart_flux.1-dev2pro-full | |
| # Set your API key | |
| ENV KEY=77c4e9036ecdfdff6cafbb39a84130d1 | |
| ENV PORT=7860 | |
| # Expose the port required by HF Spaces | |
| EXPOSE 7860 | |
| # Run the image's default entrypoint (the server starts automatically) | |
| CMD |