Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ from tqdm.auto import tqdm
|
|
| 27 |
from src.preprocess import Loader
|
| 28 |
from src.vdb import EmbeddingGen
|
| 29 |
import src.model_load
|
| 30 |
-
import
|
| 31 |
|
| 32 |
if __name__=="__main__":
|
| 33 |
# Definici贸n de directorio
|
|
|
|
| 27 |
from src.preprocess import Loader
|
| 28 |
from src.vdb import EmbeddingGen
|
| 29 |
import src.model_load
|
| 30 |
+
import streamlit as st
|
| 31 |
|
| 32 |
if __name__=="__main__":
|
| 33 |
# Definici贸n de directorio
|