Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ def star_fn(inp):
|
|
74 |
#output=dif(inp)
|
75 |
#in_url=f'https://omnibus-fast-diff.hf.space/file={output[0]}'
|
76 |
|
77 |
-
print(output_bg)
|
78 |
outp=Image.open(output[0])
|
79 |
outp_bg=bg1(outp)
|
80 |
width, height = outp_bg.size
|
|
|
74 |
#output=dif(inp)
|
75 |
#in_url=f'https://omnibus-fast-diff.hf.space/file={output[0]}'
|
76 |
|
|
|
77 |
outp=Image.open(output[0])
|
78 |
outp_bg=bg1(outp)
|
79 |
width, height = outp_bg.size
|