Spaces:
Runtime error
Runtime error
AndranikSargsyan
commited on
Commit
β’
44fecdc
1
Parent(s):
6510c77
fix sr_info path
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def upscale_run(
|
|
200 |
hr_image, hr_mask, gallery, prompt = recover_user_session(session_id)
|
201 |
|
202 |
if len(gallery) == 0:
|
203 |
-
return Image.open(root_path / '__assets__/sr_info.png')
|
204 |
|
205 |
torch.cuda.empty_cache()
|
206 |
|
|
|
200 |
hr_image, hr_mask, gallery, prompt = recover_user_session(session_id)
|
201 |
|
202 |
if len(gallery) == 0:
|
203 |
+
return Image.open(root_path / '__assets__/demo/sr_info.png')
|
204 |
|
205 |
torch.cuda.empty_cache()
|
206 |
|