Omnibus commited on
Commit
a6991d0
1 Parent(s): 48016ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def dif_fn(inp):
48
  out = os.path.abspath(f"{uid}_sky.png")
49
  #out = os.path.abspath(outp)
50
  out_url = f'https://omnibus-game-test.hf.space/file={out}'
51
- return out_url,out_url
52
 
53
  with gr.Blocks() as app:
54
  with gr.Row():
 
48
  out = os.path.abspath(f"{uid}_sky.png")
49
  #out = os.path.abspath(outp)
50
  out_url = f'https://omnibus-game-test.hf.space/file={out}'
51
+ return output[0],out_url
52
 
53
  with gr.Blocks() as app:
54
  with gr.Row():