Deddy commited on
Commit
29ca338
1 Parent(s): da8aae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def enhance_image(prompt, seed, width, height):
36
  param_1=seed,
37
  param_2=width,
38
  param_3=height,
39
- api_name="/Enhance"
40
  )
41
  return result[0], result[1], result[2] # Image, Seed, Latency
42
 
 
36
  param_1=seed,
37
  param_2=width,
38
  param_3=height,
39
+ api_name="/enhance_image"
40
  )
41
  return result[0], result[1], result[2] # Image, Seed, Latency
42