Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -173,7 +173,7 @@ 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 |
-
|
177 |
If the space is not set to run on a GPU, please contact me.""")
|
178 |
|
179 |
inference_runner = InferenceRunner()
|
|
|
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()
|