Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
0fcac03
1
Parent(s):
422fdbc
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>
|