import gradio as gr from utils import EN_US def webtools(): domain = "static.hf.space" if EN_US else "ms.show" return gr.HTML( f"" )