ACloudCenter commited on
Commit
e14a30c
·
1 Parent(s): 4761bc9

Modify banner path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ 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>
 
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/moonshine-tiny-STT/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>