Mathdesenvnonimate commited on
Commit
f906e4f
·
verified ·
1 Parent(s): 638d3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def preprocess(input_image, do_remove_background, foreground_ratio):
85
 
86
 
87
  def upscale(image, model):
88
- model_path = f"models/{model}.ort"
89
  img = convert_pil_to_cv2(image)
90
  if img.ndim == 2:
91
  img = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR)
 
85
 
86
 
87
  def upscale(image, model):
88
+ model_path = f"models/modelx25.ort"
89
  img = convert_pil_to_cv2(image)
90
  if img.ndim == 2:
91
  img = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR)