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