Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -69,7 +69,7 @@ class UIManager:
|
|
69 |
def display_run_inference(self):
|
70 |
"""Displays the Run Inference page."""
|
71 |
st.title("Run Inference")
|
72 |
-
st.write("Please note that this is not a general purpose
|
73 |
inference_runner = InferenceRunner()
|
74 |
inference_runner.run_inference()
|
75 |
|
|
|
69 |
def display_run_inference(self):
|
70 |
"""Displays the Run Inference page."""
|
71 |
st.title("Run Inference")
|
72 |
+
st.write("Please note that this is not a general purpose model, it is specifically trained on [OK-VQA Dataset](https://okvqa.allenai.org/) and desgined to give short and direct answers to the given questions about the given image.")
|
73 |
inference_runner = InferenceRunner()
|
74 |
inference_runner.run_inference()
|
75 |
|