Spaces:
Sleeping
Sleeping
Commit
·
4761bc9
1
Parent(s):
2bda5df
Modify title
Browse files- app.py +8 -1
- public/images/banner.png +3 -0
app.py
CHANGED
|
@@ -57,7 +57,14 @@ theme = gr.themes.Ocean(
|
|
| 57 |
|
| 58 |
# Create Gradio interface
|
| 59 |
with gr.Blocks(theme=theme) as demo:
|
| 60 |
-
gr.Markdown("##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
with gr.Tabs():
|
| 63 |
with gr.TabItem("Upload Audio"):
|
|
|
|
| 57 |
|
| 58 |
# Create Gradio interface
|
| 59 |
with gr.Blocks(theme=theme) as demo:
|
| 60 |
+
gr.Markdown("## Moohnshine Tiny STT - 27M Parameters")
|
| 61 |
+
gr.HTML("""
|
| 62 |
+
<div style="width: 100%; margin-bottom: 20px;">
|
| 63 |
+
<img src="https://huggingface.co/spaces/ACloudCenter/Conference-Generator-VibeVoice/resolve/main/public/images/banner.png"
|
| 64 |
+
style="width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.2);"
|
| 65 |
+
alt="VibeVoice Banner">
|
| 66 |
+
</div>
|
| 67 |
+
""")
|
| 68 |
|
| 69 |
with gr.Tabs():
|
| 70 |
with gr.TabItem("Upload Audio"):
|
public/images/banner.png
ADDED
|
Git LFS Details
|