Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -173,6 +173,9 @@ class UIManager():
|
|
173 |
[OK-VQA Dataset](https://okvqa.allenai.org/) and desgined to give short and direct answers to the
|
174 |
given questions about the given image.\n""")
|
175 |
|
|
|
|
|
|
|
176 |
inference_runner = InferenceRunner()
|
177 |
inference_runner.run_inference()
|
178 |
|
|
|
173 |
[OK-VQA Dataset](https://okvqa.allenai.org/) and desgined to give short and direct answers to the
|
174 |
given questions about the given image.\n""")
|
175 |
|
176 |
+
st.write("""**Note:** To load and run this model, the space must be configured to run on a GPU.
|
177 |
+
If the space is not set to run on a GPU, please contact me.""")
|
178 |
+
|
179 |
inference_runner = InferenceRunner()
|
180 |
inference_runner.run_inference()
|
181 |
|