STAR / app.py
assasinatee's picture
Upload app.py with huggingface_hub
93c90ef
raw
history blame
516 Bytes
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("""
<div style="text-align: left; padding: 10px;">
## 🗣️ 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
</div>
---
</div>
""")