KeerthiVM commited on
Commit
b8ef994
·
verified ·
1 Parent(s): b30a756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def test_upscale(input_image):
110
  print(f"Testing with model: {model_name}")
111
 
112
  # Call the inference API - use task-based approach
113
- result = client.super_resolution(
114
  image=image_bytes,
115
  model=model_name
116
  )
 
110
  print(f"Testing with model: {model_name}")
111
 
112
  # Call the inference API - use task-based approach
113
+ result = client.image_to_image(
114
  image=image_bytes,
115
  model=model_name
116
  )