Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
adcd556
1
Parent(s):
8bc7e88
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def process_image(input_image):
|
|
36 |
|
37 |
@spaces.GPU
|
38 |
def process_image_on_gpu(pil_image):
|
39 |
-
return aura_sr.
|
40 |
|
41 |
title = """<h1 align="center">AuraSR-v2 - An open reproduction of the GigaGAN Upscaler from fal.ai</h1>
|
42 |
<p><center>
|
|
|
36 |
|
37 |
@spaces.GPU
|
38 |
def process_image_on_gpu(pil_image):
|
39 |
+
return aura_sr.upscale_4x(pil_image)
|
40 |
|
41 |
title = """<h1 align="center">AuraSR-v2 - An open reproduction of the GigaGAN Upscaler from fal.ai</h1>
|
42 |
<p><center>
|