Spaces:
Runtime error
Runtime error
mohit-raghavendra
commited on
Update llm/app.py
Browse files- llm/app.py +1 -0
llm/app.py
CHANGED
@@ -36,6 +36,7 @@ if __name__ == "__main__":
|
|
36 |
# outputs=[gr.Textbox(label=f'Document {i+1}') for i in range(TOP_K)],
|
37 |
outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Wikipedia Page")],
|
38 |
title="Real time Question Answering",
|
|
|
39 |
)
|
40 |
|
41 |
demo.launch(share=True)
|
|
|
36 |
# outputs=[gr.Textbox(label=f'Document {i+1}') for i in range(TOP_K)],
|
37 |
outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Wikipedia Page")],
|
38 |
title="Real time Question Answering",
|
39 |
+
description="Try asking questions beyond the LLM's cutoff date. Ex: Who is the Prime Minister of France? [The new Prime Minister assumed office in January 2024]"
|
40 |
)
|
41 |
|
42 |
demo.launch(share=True)
|