Spaces:
Runtime error
Runtime error
Commit
·
fd03ce2
1
Parent(s):
8cfe7df
Fixed description
Browse files- pages/1_Framework.py +1 -1
pages/1_Framework.py
CHANGED
@@ -16,7 +16,7 @@ import random
|
|
16 |
|
17 |
|
18 |
st.set_page_config(layout="wide")
|
19 |
-
st.warning('Note: We are running out with GPU problems. The GNN models are currently running on CPU and some of the Framework capabilities may not be available. We apologise for the inconvenience and we will fix that soon.', icon="⚠️")
|
20 |
|
21 |
st.header('')
|
22 |
ovgu_img = Image.open('imgs/logo_ovgu_fin_en.jpg')
|
|
|
16 |
|
17 |
|
18 |
st.set_page_config(layout="wide")
|
19 |
+
# st.warning('Note: We are running out with GPU problems. The GNN models are currently running on CPU and some of the Framework capabilities may not be available. We apologise for the inconvenience and we will fix that soon.', icon="⚠️")
|
20 |
|
21 |
st.header('')
|
22 |
ovgu_img = Image.open('imgs/logo_ovgu_fin_en.jpg')
|