Update notebook_cell_1_hello_world.py
Browse files
notebook_cell_1_hello_world.py
CHANGED
|
@@ -4,6 +4,8 @@ Run this cell to verify the conduit is working.
|
|
| 4 |
|
| 5 |
To install the geolip-core repo simply install the geolip-svae repo, which will install it automatically.
|
| 6 |
|
|
|
|
|
|
|
| 7 |
!pip install "git+https://github.com/AbstractEyes/geolip-svae.git"
|
| 8 |
"""
|
| 9 |
import torch
|
|
|
|
| 4 |
|
| 5 |
To install the geolip-core repo simply install the geolip-svae repo, which will install it automatically.
|
| 6 |
|
| 7 |
+
Run this as code cell 0.
|
| 8 |
+
|
| 9 |
!pip install "git+https://github.com/AbstractEyes/geolip-svae.git"
|
| 10 |
"""
|
| 11 |
import torch
|