fffiloni commited on
Commit
44eb4d8
1 Parent(s): 9bb5aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -119,6 +119,13 @@ img[src*='#center'] {
119
  .dark .footer>p {
120
  background: #0b0f19;
121
  }
 
 
 
 
 
 
 
122
  """
123
 
124
  with gr.Blocks(css=css) as demo:
@@ -197,6 +204,13 @@ with gr.Blocks(css=css) as demo:
197
  Instant Voice Cloning Demo by 🤗 <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
198
  </p>
199
  </div>
 
 
 
 
 
 
 
200
  """)
201
 
202
  submit_btn.click(
 
119
  .dark .footer>p {
120
  background: #0b0f19;
121
  }
122
+
123
+ .disclaimer {
124
+ text-align: center;
125
+ }
126
+ .disclaimer > p {
127
+ font-size: .8rem;
128
+ }
129
  """
130
 
131
  with gr.Blocks(css=css) as demo:
 
204
  Instant Voice Cloning Demo by 🤗 <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
205
  </p>
206
  </div>
207
+ <div class="disclaimer">
208
+ <h3> * DISCLAIMER </h3>
209
+ <p>
210
+ I hold no responsibility for the utilization or outcomes of audio content produced using the semantic constructs generated by this model. Please ensure that any application of this technology remains within legal and ethical boundaries. <br />
211
+ It is important to utilize this technology for ethical and legal purposes, upholding the standards of creativity and innovation.
212
+ </p>
213
+ </div>
214
  """)
215
 
216
  submit_btn.click(