Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def dif_fn(inp):
|
|
48 |
outp = outp.resize((800,536))
|
49 |
outp.save(f"{uid}_sky.png")
|
50 |
out = os.path.abspath(f"{uid}_sky.png")
|
51 |
-
out = os.path.abspath(outp)
|
52 |
out_url = f'https://omnibus-game-test.hf.space/file={out}'
|
53 |
return out_url,out_url
|
54 |
|
|
|
48 |
outp = outp.resize((800,536))
|
49 |
outp.save(f"{uid}_sky.png")
|
50 |
out = os.path.abspath(f"{uid}_sky.png")
|
51 |
+
#out = os.path.abspath(outp)
|
52 |
out_url = f'https://omnibus-game-test.hf.space/file={out}'
|
53 |
return out_url,out_url
|
54 |
|