Prakh24s commited on
Commit
f8f8b4e
·
verified ·
1 Parent(s): a2f013b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def upscale_image(image_path, prompt_det):
49
 
50
  }
51
  output = replicate.run(
52
- # "philz1337x/clarity-upscaler:eba39f520856d5e61a8ad56fd57f97be2fa30de65e29d8e94db5209a1827cd59",
53
- "prakharsaxena24/calrity-upscaler-private",
54
  input=input)
55
 
56
  return output[0]
 
49
 
50
  }
51
  output = replicate.run(
52
+ "philz1337x/clarity-upscaler:eba39f520856d5e61a8ad56fd57f97be2fa30de65e29d8e94db5209a1827cd59",
53
+ # "prakharsaxena24/calrity-upscaler-private",
54
  input=input)
55
 
56
  return output[0]