Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
3227917
1
Parent(s):
e134964
Update embed_files
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ def embed_files(progress=gr.Progress()):
|
|
432 |
logger.debug(f"{ns.ingest_done=}, exit process_files")
|
433 |
|
434 |
_ = (
|
435 |
-
f"Done {total}
|
436 |
"switch to Query Docs Tab to chat. "
|
437 |
"You can chat in a language you prefer, "
|
438 |
"independent of the document language. Have fun."
|
|
|
432 |
logger.debug(f"{ns.ingest_done=}, exit process_files")
|
433 |
|
434 |
_ = (
|
435 |
+
f"Done {total} chunk(s). Now "
|
436 |
"switch to Query Docs Tab to chat. "
|
437 |
"You can chat in a language you prefer, "
|
438 |
"independent of the document language. Have fun."
|