Spaces:
Runtime error
Runtime error
Update Scripts/app.py
Browse files- Scripts/app.py +0 -5
Scripts/app.py
CHANGED
|
@@ -15,11 +15,6 @@ import sys
|
|
| 15 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
| 16 |
sys.path.insert(0, current_dir)
|
| 17 |
|
| 18 |
-
from Query_processing import preprocess_query
|
| 19 |
-
from Retrieval import Retrieval_averagedQP
|
| 20 |
-
from Answer_Generation import answer_generation
|
| 21 |
-
|
| 22 |
-
# Rest of your code stays exactly the same...
|
| 23 |
|
| 24 |
# Lazy imports - only load when needed
|
| 25 |
_query_processor = None
|
|
|
|
| 15 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
| 16 |
sys.path.insert(0, current_dir)
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Lazy imports - only load when needed
|
| 20 |
_query_processor = None
|