ariG23498 commited on
Commit
5a64023
1 Parent(s): a251164

chore: layout=horizontal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ iface = gr.Interface(
41
  gr.outputs.Image(label="Activation from Kernel 3"),
42
  ],
43
  examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
44
- layout="aligned",
45
  ).launch(share=True)
 
41
  gr.outputs.Image(label="Activation from Kernel 3"),
42
  ],
43
  examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
44
+ layout="horizontal",
45
  ).launch(share=True)