Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,8 @@ from utils.models import (
|
|
| 25 |
get_spacy_model,
|
| 26 |
get_splade_sparse_embedding_model,
|
| 27 |
get_t5_model,
|
|
|
|
|
|
|
| 28 |
)
|
| 29 |
from utils.prompts import (
|
| 30 |
generate_flant5_prompt_instruct_chunk_context,
|
|
|
|
| 25 |
get_spacy_model,
|
| 26 |
get_splade_sparse_embedding_model,
|
| 27 |
get_t5_model,
|
| 28 |
+
gpt_model,
|
| 29 |
+
save_key,
|
| 30 |
)
|
| 31 |
from utils.prompts import (
|
| 32 |
generate_flant5_prompt_instruct_chunk_context,
|