gokaygokay commited on
Commit
adcd556
1 Parent(s): 8bc7e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.upscale_4x_overlapped(pil_image)
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>