2ch commited on
Commit
e4fd05c
·
1 Parent(s): b7ac854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -614,7 +614,7 @@ def upscaler(image):
614
  return replicate_upscale(url, img_url)
615
  except Exception as e:
616
  print(e)
617
- return return 'https://iili.io/JzrxjDP.png'
618
  with ThreadPoolExecutor() as executor:
619
  futures = {executor.submit(run, url) for url in urls}
620
  for future in as_completed(futures):
 
614
  return replicate_upscale(url, img_url)
615
  except Exception as e:
616
  print(e)
617
+ return 'https://iili.io/JzrxjDP.png'
618
  with ThreadPoolExecutor() as executor:
619
  futures = {executor.submit(run, url) for url in urls}
620
  for future in as_completed(futures):