Omnibus commited on
Commit
560c848
1 Parent(s): b21c75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def dif_fn(inp):
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 outp,out_url
54
 
55
  with gr.Blocks() as app:
56
  with gr.Row():
 
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
 
55
  with gr.Blocks() as app:
56
  with gr.Row():