Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
1cd292d
1
Parent(s):
b140cfb
Correct aplitted to split
Browse files
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)},
|
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.)"
|