Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def star_fn(inp):
|
|
96 |
outp.save(f"{uid}_star.png")
|
97 |
out = os.path.abspath(f"{uid}_star.png")
|
98 |
out_url = f'https://omnibus-game-test.hf.space/file={out}'
|
99 |
-
return
|
100 |
|
101 |
with gr.Blocks() as app:
|
102 |
with gr.Row():
|
|
|
96 |
outp.save(f"{uid}_star.png")
|
97 |
out = os.path.abspath(f"{uid}_star.png")
|
98 |
out_url = f'https://omnibus-game-test.hf.space/file={out}'
|
99 |
+
return out_url,out_url
|
100 |
|
101 |
with gr.Blocks() as app:
|
102 |
with gr.Row():
|