renatotn7 commited on
Commit
a8dc86d
·
1 Parent(s): a4f8216

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ def chamada():
63
  with col1:
64
  my_bar.progress(percent_complete )
65
  # st.write("testando imagem")
66
- input_img = cv2.imread("./tmp/_input/imagem-0002.png" , cv2.IMREAD_COLOR)
67
  input_img= cv2.cvtColor(input_img,cv2.COLOR_BGR2RGB)
68
  with col1:
69
  st.image(input_img)
@@ -84,7 +84,7 @@ def chamada():
84
  os.system("echo ----")
85
  os.system("ls /tmp/_output/cmp")
86
  os.system("echo ----")
87
- os.system("ls /tmp/./_output/restored_imgs")
88
  os.system("echo ----")
89
  # s 1480x2560
90
  # with col1:
 
63
  with col1:
64
  my_bar.progress(percent_complete )
65
  # st.write("testando imagem")
66
+ input_img = cv2.imread("/tmp/_input/imagem-0002.png" , cv2.IMREAD_COLOR)
67
  input_img= cv2.cvtColor(input_img,cv2.COLOR_BGR2RGB)
68
  with col1:
69
  st.image(input_img)
 
84
  os.system("echo ----")
85
  os.system("ls /tmp/_output/cmp")
86
  os.system("echo ----")
87
+ os.system("ls /tmp/_output/restored_imgs")
88
  os.system("echo ----")
89
  # s 1480x2560
90
  # with col1: