from utils import create_interface if __name__ == "__main__": # Create the Gradio interface app = create_interface() # Launch the app app.launch()