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