Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
67994b3
1
Parent(s):
82192ca
Update app.py
Browse files
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 [
|
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")
|