Spaces:
Sleeping
Sleeping
Update my_model/tabs/run_inference.py
Browse files
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()
|