Spaces:
Runtime error
Runtime error
m4jbz
commited on
Commit
•
9e46a7f
1
Parent(s):
86cd360
textbox test
Browse files
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 |
-
|
102 |
-
|
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 |
|