Update app.py
Browse files
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
|
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():
|