ffreemt commited on
Commit
1cd292d
·
1 Parent(s): b140cfb

Correct aplitted to split

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -403,7 +403,7 @@ def process_files(
403
  ns.files_info = _
404
 
405
  _ = (
406
- f"done file(s): {dict(ns.files_info)}, splitted to "
407
  f"{total} chunk(s). \n\nThe following embedding takes "
408
  f" {total} step(s). (Each step lasts about 18 secs "
409
  " on a free tier instance on huggingface space.)"
 
403
  ns.files_info = _
404
 
405
  _ = (
406
+ f"done file(s): {dict(ns.files_info)}, split to "
407
  f"{total} chunk(s). \n\nThe following embedding takes "
408
  f" {total} step(s). (Each step lasts about 18 secs "
409
  " on a free tier instance on huggingface space.)"