Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ from langchain.schema import Document
|
|
13 |
|
14 |
from chunk_python_code import chunk_python_code_with_metadata
|
15 |
from vectorstore import get_chroma_vectorstore
|
16 |
-
from download_repo_to_huggingface
|
17 |
-
from process_repo_zipfile
|
18 |
|
19 |
# Load environment variables from .env file
|
20 |
load_dotenv()
|
@@ -183,8 +183,6 @@ def add_text(history, text):
|
|
183 |
yield history, ""
|
184 |
|
185 |
|
186 |
-
|
187 |
-
|
188 |
import gradio as gr
|
189 |
|
190 |
|
|
|
13 |
|
14 |
from chunk_python_code import chunk_python_code_with_metadata
|
15 |
from vectorstore import get_chroma_vectorstore
|
16 |
+
from download_repo_to_huggingface import download_and_upload_kadiAPY_repo_to_huggingfacespace
|
17 |
+
from process_repo_zipfile import extract_files_and_filepath_from_dir
|
18 |
|
19 |
# Load environment variables from .env file
|
20 |
load_dotenv()
|
|
|
183 |
yield history, ""
|
184 |
|
185 |
|
|
|
|
|
186 |
import gradio as gr
|
187 |
|
188 |
|