Owos commited on
Commit
48b754a
1 Parent(s): 2ec25b7

removed the opencv comment

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,10 +1,8 @@
1
  import neural_style
2
-
3
  import streamlit as st
4
  import os
5
  import random
6
  import numpy as np
7
- #import cv2
8
  from PIL import Image, ImageEnhance
9
  from io import BytesIO
10
  import streamlit_ext as ste #for download button not to rerun
 
1
  import neural_style
 
2
  import streamlit as st
3
  import os
4
  import random
5
  import numpy as np
 
6
  from PIL import Image, ImageEnhance
7
  from io import BytesIO
8
  import streamlit_ext as ste #for download button not to rerun