Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ It works by first retrieving relevant documents from an external knowledge sourc
|
|
45 |
This method enhances factual correctness and allows the model to access up-to-date or domain-specific information without retraining.
|
46 |
|
47 |
|
48 |
-
"""
|
49 |
|
50 |
|
51 |
examples_questions = [["What is Transformer?"],
|
|
|
45 |
This method enhances factual correctness and allows the model to access up-to-date or domain-specific information without retraining.
|
46 |
|
47 |
|
48 |
+
"""
|
49 |
|
50 |
|
51 |
examples_questions = [["What is Transformer?"],
|