import gradio as gr html_content = """ Text Animation
HEX RVC
""" with gr.Blocks() as demo: gr.Html(html_content) demo.launch()