gokaygokay commited on
Commit
67994b3
1 Parent(s): 82192ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def process_image(input_image):
34
  # Convert result to numpy array if it's not already
35
  result_array = np.array(upscaled_image)
36
 
37
- return [input_array, result_array]
38
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown("# Image Upscaler using AuraSR")
 
34
  # Convert result to numpy array if it's not already
35
  result_array = np.array(upscaled_image)
36
 
37
+ return [input_image, result_array]
38
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown("# Image Upscaler using AuraSR")