Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def process_image(input_image):
|
|
| 34 |
|
| 35 |
print(input_image, result_array)
|
| 36 |
|
| 37 |
-
return
|
| 38 |
|
| 39 |
title = """<h1 align="center">AuraSR</h1>
|
| 40 |
<p><center>Upscales your images to x4</center></p>
|
|
|
|
| 34 |
|
| 35 |
print(input_image, result_array)
|
| 36 |
|
| 37 |
+
return (input_image, result_array)
|
| 38 |
|
| 39 |
title = """<h1 align="center">AuraSR</h1>
|
| 40 |
<p><center>Upscales your images to x4</center></p>
|