curt-park commited on
Commit
98ddf8e
·
1 Parent(s): ad974f0

Comment most of lines for debugging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import torch
3
- import numpy as np
4
  import cv2
5
  import wget
6
  import os
 
1
  import streamlit as st
2
  import torch
3
+ # import numpy as np
4
  import cv2
5
  import wget
6
  import os