Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -2
src/streamlit_app.py
CHANGED
@@ -42,8 +42,6 @@ st.altair_chart(alt.Chart(df, height=700, width=700)
|
|
42 |
|
43 |
import streamlit as st
|
44 |
import cv2
|
45 |
-
import numpy as np
|
46 |
-
import pandas as pd
|
47 |
from PIL import Image
|
48 |
import torch
|
49 |
from torchvision.transforms import Compose, Resize, ToTensor, Normalize
|
|
|
42 |
|
43 |
import streamlit as st
|
44 |
import cv2
|
|
|
|
|
45 |
from PIL import Image
|
46 |
import torch
|
47 |
from torchvision.transforms import Compose, Resize, ToTensor, Normalize
|