Respair commited on
Commit
acdefe4
·
verified ·
1 Parent(s): 70d94f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -121,18 +121,17 @@ with gr.Blocks(theme="Respair/Shiki@9.1.0", css=css) as demo:
121
  # Notice tab (default first tab)
122
  with gr.TabItem("お知らせ", id=0):
123
  gr.HTML("""
124
- <div style="background-color: rgba(255, 255, 255, 0.025); padding: 60px 30px; border-radius: 12px; backdrop-filter: blur(5px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center;">
125
- <p style="color: #1a1a1a; font-weight: 600; line-height: 1.8; margin-bottom: 12px; font-size: 22px;">
126
- UPDATE: 新しいモデルを開発しました!こちらからお試しいただけます:
127
  </p>
128
  <p style="margin-top: 8px;">
129
- <a href="https://huggingface.co/spaces/Respair/Mirei" target="_blank" style="color: #FF9D00; text-decoration: none; font-weight: 600; font-size: 20px;">
130
  🤗 Hugging Face — Mirei
131
  </a>
132
  </p>
133
  </div>
134
  """)
135
-
136
 
137
  gr.HTML("""
138
  <div style="background-color: rgba(255, 255, 255, 0.025); padding: 30px; border-radius: 12px; backdrop-filter: blur(10px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
@@ -140,7 +139,7 @@ with gr.Blocks(theme="Respair/Shiki@9.1.0", css=css) as demo:
140
  <h2 style="color: #000000; margin-bottom: 20px; font-size: 28px;">お知らせ</h2>
141
 
142
  <p style="color: #1a1a1a; font-weight: 500; line-height: 1.8; margin-bottom: 20px; font-size: 16px;">
143
- この短い間に、多くの方に『高音』を試してくださり、大変光栄に思います!<br>
144
   残念ながらこのデモは、数万人が利用するような実際の製品ではなく、あくまで技術的に何が可能かを示すためのものです。サーバーへの大きな負担、そして声優の方々への潜在的な悪用(話者IDがマッピングされているらしい?)を防ぐため、今はデモを停止することにしました。
145
  </p>
146
 
 
121
  # Notice tab (default first tab)
122
  with gr.TabItem("お知らせ", id=0):
123
  gr.HTML("""
124
+ <div style="background-color: rgba(255, 255, 255, 0.025); padding: 24px 30px; border-radius: 12px; backdrop-filter: blur(5px); max-width: 500px; margin: 0 auto; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center;">
125
+ <p style="color: #1a1a1a; font-weight: 600; line-height: 1.8; margin-bottom: 12px; font-size: 18px;">
126
+ 新しいモデルを開発しましたので、こちらからお試しいただけます
127
  </p>
128
  <p style="margin-top: 8px;">
129
+ <a href="https://huggingface.co/spaces/Respair/Mirei" target="_blank" style="color: #FF9D00; text-decoration: none; font-weight: 600; font-size: 18px;">
130
  🤗 Hugging Face — Mirei
131
  </a>
132
  </p>
133
  </div>
134
  """)
 
135
 
136
  gr.HTML("""
137
  <div style="background-color: rgba(255, 255, 255, 0.025); padding: 30px; border-radius: 12px; backdrop-filter: blur(10px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
 
139
  <h2 style="color: #000000; margin-bottom: 20px; font-size: 28px;">お知らせ</h2>
140
 
141
  <p style="color: #1a1a1a; font-weight: 500; line-height: 1.8; margin-bottom: 20px; font-size: 16px;">
142
+ この短い間に、多くの方に『高嶺』を試してくださり、大変光栄に思います!<br>
143
   残念ながらこのデモは、数万人が利用するような実際の製品ではなく、あくまで技術的に何が可能かを示すためのものです。サーバーへの大きな負担、そして声優の方々への潜在的な悪用(話者IDがマッピングされているらしい?)を防ぐため、今はデモを停止することにしました。
144
  </p>
145