import gradio as gr from spatial_diffusion import create_diffusion_interface from geo_boundary_translator import create_translator_interface def create_combined_interface(): """Create the main application with tabs for different geographic tools.""" with gr.Blocks(title="Geographic Analysis Toolkit") as combined_app: gr.Markdown( """