Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from embedding.vector_store import initialize_vector_store, clear_chroma_db
|
|
| 12 |
from conversation.talks import clean_input, small_talks
|
| 13 |
|
| 14 |
#subprocess.run(["playwright", "install"], check=True)
|
| 15 |
-
subprocess.run(["playwright", "install-deps"], check=True)
|
| 16 |
|
| 17 |
#Clearing ChromaDB at startup to clean up any previous data
|
| 18 |
clear_chroma_db()
|
|
|
|
| 12 |
from conversation.talks import clean_input, small_talks
|
| 13 |
|
| 14 |
#subprocess.run(["playwright", "install"], check=True)
|
| 15 |
+
#subprocess.run(["playwright", "install-deps"], check=True)
|
| 16 |
|
| 17 |
#Clearing ChromaDB at startup to clean up any previous data
|
| 18 |
clear_chroma_db()
|