youl commited on
Commit
dda86de
·
1 Parent(s): 765e785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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