ImPavloh commited on
Commit
258e903
·
1 Parent(s): d03c160

Update voiceit.py

Browse files
Files changed (1) hide show
  1. voiceit.py +2 -2
voiceit.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(css=css,title="VoiceIt! - Pavloh", theme=gr.themes.Soft(primary_h
151
  <div class="center-container">
152
  <img src="https://i.imgur.com/DendqCA.png" style="width: 300px; height: auto;"/><br>
153
  <div style="display: flex; justify-content: center;">
154
- <a href="https://huggingface.co/spaces/ImPavloh/VoiceIt/blob/main/LICENSE" target="_blank">
155
  <img src="https://img.shields.io/github/license/impavloh/voiceit?style=for-the-badge&logo=github&logoColor=white" alt="Licencia">
156
  </a>
157
  <a href="https://github.com/impavloh/voiceit" target="_blank">
@@ -186,7 +186,7 @@ with gr.Blocks(css=css,title="VoiceIt! - Pavloh", theme=gr.themes.Soft(primary_h
186
  b1 = gr.Button("🎤 Cambiar voz",variant="primary")
187
  b0.click(clear, outputs=[d1, audio, t1])
188
  b1.click(convert, inputs=[d1, audio], outputs=[a2, t1])
189
- gr.HTML("""<center><i>Ten en cuenta que los audios deben de ser formato wav, contener solamente una voz y estar libres de ruido o música de fondo.<br>Al utilizar este sitio web, aceptas nuestra <a style="text-decoration: underline;"href="https://huggingface.co/spaces/ImPavloh/VoiceIt/blob/main/LICENSE">licencia</a> y <a style="text-decoration: underline;"href="https://huggingface.co/spaces/ImPavloh/VoiceIt/blob/main/TERMINOS_DE_USO">condiciones de uso</a>.</i></center>""")
190
  '''
191
  with gr.Row():
192
  with gr.Accordion(label="Licencia", open=False):
 
151
  <div class="center-container">
152
  <img src="https://i.imgur.com/DendqCA.png" style="width: 300px; height: auto;"/><br>
153
  <div style="display: flex; justify-content: center;">
154
+ <a href="https://github.com/ImPavloh/voiceit/blob/main/LICENSE" target="_blank">
155
  <img src="https://img.shields.io/github/license/impavloh/voiceit?style=for-the-badge&logo=github&logoColor=white" alt="Licencia">
156
  </a>
157
  <a href="https://github.com/impavloh/voiceit" target="_blank">
 
186
  b1 = gr.Button("🎤 Cambiar voz",variant="primary")
187
  b0.click(clear, outputs=[d1, audio, t1])
188
  b1.click(convert, inputs=[d1, audio], outputs=[a2, t1])
189
+ gr.HTML("""<center><i>Ten en cuenta que los audios deben de ser formato wav, contener solamente una voz y estar libres de ruido o música de fondo.<br>Al utilizar este sitio web, aceptas nuestra <a style="text-decoration: underline;"href="https://github.com/ImPavloh/voiceit/blob/main/LICENSE">licencia</a> y <a style="text-decoration: underline;"href="https://github.com/ImPavloh/voiceit/blob/main/TERMINOS_DE_USO.txt">condiciones de uso</a>.</i></center>""")
190
  '''
191
  with gr.Row():
192
  with gr.Accordion(label="Licencia", open=False):