Omnibus commited on
Commit
389cf08
1 Parent(s): 0da1e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -75,13 +75,13 @@ def star_fn(inp):
75
  #in_url=f'https://omnibus-fast-diff.hf.space/file={output[0]}'
76
 
77
  outp=Image.open(output[0])
78
- #outp.save(f"{uid}_pre_star.png")
79
 
80
- #out = os.path.abspath(f"{uid}_pre_star.png")
81
- #out_pre_url = f'https://omnibus-game-test.hf.space/file={out}'
82
  #print(out_pre_url)
83
 
84
- outp_bg=bg1(outp)
85
  print(f'outp_bg:: {outp_bg}')
86
  width, height = outp_bg.size
87
  rat = width/height
 
75
  #in_url=f'https://omnibus-fast-diff.hf.space/file={output[0]}'
76
 
77
  outp=Image.open(output[0])
78
+ outp.save(f"{uid}_pre_star.png")
79
 
80
+ out = os.path.abspath(f"{uid}_pre_star.png")
81
+ out_pre_url = f'https://omnibus-game-test.hf.space/file={out}'
82
  #print(out_pre_url)
83
 
84
+ outp_bg=bg1(out_pre_url)
85
  print(f'outp_bg:: {outp_bg}')
86
  width, height = outp_bg.size
87
  rat = width/height