Update pages/01_🦷 Segment.py
Browse files- pages/01_🦷 Segment.py +1 -2
pages/01_🦷 Segment.py
CHANGED
|
@@ -16,8 +16,7 @@ from stpyvista import stpyvista
|
|
| 16 |
|
| 17 |
import torch
|
| 18 |
import torch.nn as nn
|
| 19 |
-
import torch.nn.functional as
|
| 20 |
-
F
|
| 21 |
from torch.autograd import Variable
|
| 22 |
|
| 23 |
import streamlit as st
|
|
|
|
| 16 |
|
| 17 |
import torch
|
| 18 |
import torch.nn as nn
|
| 19 |
+
import torch.nn.functional as F
|
|
|
|
| 20 |
from torch.autograd import Variable
|
| 21 |
|
| 22 |
import streamlit as st
|