🏠 Interior AI Designer

Upload a room photo and select a design style to reimagine your space!

Design Style
10 50
1 20
-1 2147483647
512 1024
Try these styles

📡 API Usage

This app exposes a public API! You can call it programmatically:

from gradio_client import Client

client = Client("YOUR_USERNAME/interior-ai-designer")
result = client.predict(
    image="path/to/room.jpg",
    style="Minimalistic",
    custom_prompt="",
    num_steps=15,
    guidance_scale=5.5,
    seed=-1,
    image_resolution=768,
    api_name="/redesign"
)
print(result)  # Path to output image