Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from pathlib import Path
|
|
10 |
from huggingface_hub import CommitScheduler
|
11 |
from auditqa.sample_questions import QUESTIONS
|
12 |
from auditqa.reports import files, report_list, new_files, new_report_list
|
13 |
-
from auditqa.process_chunks import load_chunks, getconfig, get_local_qdrant
|
14 |
from auditqa.retriever import get_context
|
15 |
from auditqa.reader import nvidia_client, dedicated_endpoint, serverless_api
|
16 |
from auditqa.utils import make_html_source, parse_output_llm_with_sources, save_logs, get_message_template, get_client_location, get_client_ip, get_platform_info
|
|
|
10 |
from huggingface_hub import CommitScheduler
|
11 |
from auditqa.sample_questions import QUESTIONS
|
12 |
from auditqa.reports import files, report_list, new_files, new_report_list
|
13 |
+
from auditqa.process_chunks import load_chunks, getconfig, get_local_qdrant
|
14 |
from auditqa.retriever import get_context
|
15 |
from auditqa.reader import nvidia_client, dedicated_endpoint, serverless_api
|
16 |
from auditqa.utils import make_html_source, parse_output_llm_with_sources, save_logs, get_message_template, get_client_location, get_client_ip, get_platform_info
|