Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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):
|