jioji0 commited on
Commit
4f31122
1 Parent(s): 61c3f37
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -98,8 +98,10 @@ def sepia(input_img):
98
  return fig
99
 
100
  #def prepro_img(img):
101
- # img = img.resize((1024,1024))
102
- # return img
 
 
103
 
104
  demo = gr.Interface(fn=sepia,
105
  inputs=gr.Image(shape=(400, 600)),
 
98
  return fig
99
 
100
  #def prepro_img(img):
101
+ #print("Preprocessing image...")
102
+ #img = img.resize((1024,1024))
103
+ #print("Image preprocessing completed.")
104
+ #return img
105
 
106
  demo = gr.Interface(fn=sepia,
107
  inputs=gr.Image(shape=(400, 600)),