csukuangfj commited on
Commit
10dba2f
·
1 Parent(s): 4ec5f80

small fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def process(
153
  logging.info(f"Finished at {date_time} s. Elapsed: {end - start: .3f} s")
154
 
155
  info = f"""
156
- Result: {tet}
157
  Wave duration : {duration: .3f} s <br/>
158
  Processing time: {end - start: .3f} s <br/>
159
  RTF: {end - start: .3f}/{duration: .3f} = {rtf:.3f} <br/>
 
153
  logging.info(f"Finished at {date_time} s. Elapsed: {end - start: .3f} s")
154
 
155
  info = f"""
156
+ Result: {text}
157
  Wave duration : {duration: .3f} s <br/>
158
  Processing time: {end - start: .3f} s <br/>
159
  RTF: {end - start: .3f}/{duration: .3f} = {rtf:.3f} <br/>