import gradio as gr with gr.Blocks(title="STAR Online Inference", theme=gr.themes.Soft()) as demo: gr.Markdown("# STAR: Speech-to-Audio Generation via Representation Learning") gr.Markdown("""
## 🗣️ Input A brief input speech utterance for the overall audio scene. > Example:A cat meowing and young female speaking #### 🎙️ Input Speech Example #### 🎧️ Output Audio Example
--- """)