xp3857 commited on
Commit
a570f3c
·
1 Parent(s): a83cde2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -151,7 +151,8 @@ def run(image):
151
  + " --with_scratch")
152
  run_cmd(command)
153
 
154
- result_restoration = Image.open("./Temp/final_output/input_img.png")
 
155
  shutil.rmtree("Temp")
156
 
157
  result_colorization = inferColorization(result_restoration)
 
151
  + " --with_scratch")
152
  run_cmd(command)
153
 
154
+ #result_restoration = Image.open("Temp/final_output/input_img.png")
155
+ result_restoration = Image.open(home/user/app/Temp/final_output/input_img.png
156
  shutil.rmtree("Temp")
157
 
158
  result_colorization = inferColorization(result_restoration)