# -*- coding: utf-8 -*-
"""
Main Audio Transcription Application
This is the main entry point for the audio transcription application.
Now uses the modular UI components for better maintainability.
"""
# Import UI interface
from ui.gradio_interface import launch_interface
if __name__ == "__main__":
launch_interface()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomdwipo/agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server