Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -4
src/streamlit_app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
import altair as alt
|
2 |
-
import numpy as np
|
3 |
-
import pandas as pd
|
4 |
-
|
5 |
import streamlit as st
|
6 |
import cv2
|
|
|
|
|
7 |
from PIL import Image
|
8 |
import torch
|
9 |
from torchvision.transforms import Compose, Resize, ToTensor, Normalize
|
|
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import cv2
|
3 |
+
import numpy as np
|
4 |
+
import pandas as pd
|
5 |
from PIL import Image
|
6 |
import torch
|
7 |
from torchvision.transforms import Compose, Resize, ToTensor, Normalize
|