Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -527,6 +527,7 @@ def main():
|
|
527 |
with gr.Row():
|
528 |
# sketch_pad = gr.Image(source='canvas', tool='sketch', size=(512, 512))
|
529 |
out_imagebox = gr.Image(type="pil", label="Parsed Sketch Pad")
|
|
|
530 |
out_gen_1 = gr.Image(type="pil", visible=True, label="Generated Image")
|
531 |
|
532 |
with gr.Row():
|
|
|
527 |
with gr.Row():
|
528 |
# sketch_pad = gr.Image(source='canvas', tool='sketch', size=(512, 512))
|
529 |
out_imagebox = gr.Image(type="pil", label="Parsed Sketch Pad")
|
530 |
+
with gr.Row():
|
531 |
out_gen_1 = gr.Image(type="pil", visible=True, label="Generated Image")
|
532 |
|
533 |
with gr.Row():
|