Prakh24s commited on
Commit
00dc1e5
·
verified ·
1 Parent(s): e0289b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def upscale_image(image_path, prompt_det):
63
  # return output[0]
64
  deployment = replicate.deployments.get("2clicksmedia/upscaler")
65
  prediction = deployment.predictions.create(
66
- input={"image": "..."}
67
  )
68
  prediction.wait()
69
  return prediction.output[0]
 
63
  # return output[0]
64
  deployment = replicate.deployments.get("2clicksmedia/upscaler")
65
  prediction = deployment.predictions.create(
66
+ input=input
67
  )
68
  prediction.wait()
69
  return prediction.output[0]