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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def run(image):
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)
 
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)