Spaces:
Running
Running
Update app.py
Browse files
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=
|
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]
|