m7mdal7aj commited on
Commit
5ed0ddd
·
verified ·
1 Parent(s): c9fb6cc

Update my_model/tabs/run_inference.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/run_inference.py +1 -0
my_model/tabs/run_inference.py CHANGED
@@ -71,6 +71,7 @@ class InferenceRunner(StateManager):
71
 
72
  def run_inference(self):
73
  st.title("Run Inference")
 
74
  self.initialize_state()
75
  self.set_up_widgets()
76
  st.session_state['settings_changed'] = self.has_state_changed()
 
71
 
72
  def run_inference(self):
73
  st.title("Run Inference")
74
+ 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")
75
  self.initialize_state()
76
  self.set_up_widgets()
77
  st.session_state['settings_changed'] = self.has_state_changed()