m4jbz commited on
Commit
9e46a7f
1 Parent(s): 86cd360

textbox test

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ def process(language: str, repo_id: str, text: str, sid: str, speed: float):
98
  rtf = elapsed_seconds / duration
99
 
100
  info = f"""
101
- Wave duration : {duration:.3f} s <br/>
102
- Processing time: {elapsed_seconds:.3f} s <br/>
103
  RTF: {elapsed_seconds:.3f}/{duration:.3f} = {rtf:.3f} <br/>
104
  """
105
 
 
98
  rtf = elapsed_seconds / duration
99
 
100
  info = f"""
101
+ Duracion del audio : {duration:.3f} s <br/>
102
+ Tiempo de Procesado: {elapsed_seconds:.3f} s <br/>
103
  RTF: {elapsed_seconds:.3f}/{duration:.3f} = {rtf:.3f} <br/>
104
  """
105