Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Update pages/19_Graphs.py
Browse files- pages/19_Graphs.py +0 -1
pages/19_Graphs.py
CHANGED
@@ -15,7 +15,6 @@ st.title("Solving OGBN-MAG end-to-end with TF-GNN")
|
|
15 |
|
16 |
# Install necessary packages
|
17 |
st.write("Installing necessary packages...")
|
18 |
-
!pip install -q tensorflow-gnn || echo "Ignoring package errors..."
|
19 |
|
20 |
st.write("Setting up the environment...")
|
21 |
tf.get_logger().setLevel('ERROR')
|
|
|
15 |
|
16 |
# Install necessary packages
|
17 |
st.write("Installing necessary packages...")
|
|
|
18 |
|
19 |
st.write("Setting up the environment...")
|
20 |
tf.get_logger().setLevel('ERROR')
|