bupa1018 commited on
Commit
2e1563c
·
1 Parent(s): 21b7541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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.py import download_and_upload_kadiAPY_repo_to_huggingfacespace
17
- from process_repo_zipfile.py import extract_files_and_filepath_from_dir
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