m7mdal7aj commited on
Commit
e0687bb
1 Parent(s): eaa7a81

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +1 -0
my_model/utilities/ui_manager.py CHANGED
@@ -69,6 +69,7 @@ class UIManager:
69
  def display_run_inference(self):
70
  """Displays the Run Inference page."""
71
  st.title("Run Inference")
 
72
  inference_runner = InferenceRunner()
73
  inference_runner.run_inference()
74
 
 
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 mode, 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