Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def generate_images(canvas,output_type):
|
|
| 60 |
input_img.save("tmp.png")
|
| 61 |
out = os.path.abspath("tmp.png")
|
| 62 |
out_url = f'https://omnibus-model-mover.hf.space/file={out}'
|
| 63 |
-
return "tmp.png","tmp.png",
|
| 64 |
def placeholder_fn(axis):
|
| 65 |
pass
|
| 66 |
with gr.Blocks() as b:
|
|
|
|
| 60 |
input_img.save("tmp.png")
|
| 61 |
out = os.path.abspath("tmp.png")
|
| 62 |
out_url = f'https://omnibus-model-mover.hf.space/file={out}'
|
| 63 |
+
return "tmp.png","tmp.png",out_url
|
| 64 |
def placeholder_fn(axis):
|
| 65 |
pass
|
| 66 |
with gr.Blocks() as b:
|