Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import sys
|
|
| 5 |
if not os.path.exists("/app/data/faiss_index.bin"):
|
| 6 |
print("🔧 Initializing FAISS index and cache...")
|
| 7 |
# Run the init script
|
| 8 |
-
from scripts.initialize_rag import
|
| 9 |
init_main()
|
| 10 |
print("✅ Initialization complete.")
|
| 11 |
import gradio as gr
|
|
|
|
| 5 |
if not os.path.exists("/app/data/faiss_index.bin"):
|
| 6 |
print("🔧 Initializing FAISS index and cache...")
|
| 7 |
# Run the init script
|
| 8 |
+
from scripts.initialize_rag import initialize_rag
|
| 9 |
init_main()
|
| 10 |
print("✅ Initialization complete.")
|
| 11 |
import gradio as gr
|