Fetching metadata from the HF Docker repository...
youl
commited on
|
@@ -1,5 +1,6 @@
|
1
|
import streamlit as st
|
2
|
import torch
|
|
|
3
|
import cv2
|
4
|
import numpy as np
|
5
|
import torch.nn as nn
|
|
|
1
|
import streamlit as st
|
2
|
import torch
|
3
|
+
import torchvision
|
4
|
import cv2
|
5
|
import numpy as np
|
6
|
import torch.nn as nn
|