Spaces:
Runtime error
Runtime error
minor
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from haystack.pipelines import Pipeline
|
|
| 16 |
from haystack.nodes.base import BaseComponent
|
| 17 |
from haystack.schema import Document
|
| 18 |
|
| 19 |
-
from
|
| 20 |
RETRIEVER_TOP_K,
|
| 21 |
RETRIEVER_MODEL,
|
| 22 |
NLI_MODEL,
|
|
|
|
| 16 |
from haystack.nodes.base import BaseComponent
|
| 17 |
from haystack.schema import Document
|
| 18 |
|
| 19 |
+
from config import (
|
| 20 |
RETRIEVER_TOP_K,
|
| 21 |
RETRIEVER_MODEL,
|
| 22 |
NLI_MODEL,
|