Update main.py
Browse files
main.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# api/main.py
|
2 |
from fastapi import FastAPI, HTTPException
|
3 |
import sentence_transformers
|
4 |
-
from huggingface_hub import hf_hub_download,
|
5 |
import pandas as pd
|
6 |
|
7 |
from src.processor import send_to_dataset,search_and_retrieve,generate_tech
|
|
|
1 |
# api/main.py
|
2 |
from fastapi import FastAPI, HTTPException
|
3 |
import sentence_transformers
|
4 |
+
from huggingface_hub import hf_hub_download, login
|
5 |
import pandas as pd
|
6 |
|
7 |
from src.processor import send_to_dataset,search_and_retrieve,generate_tech
|