ariG23498 commited on
Commit
0ada1f4
1 Parent(s): e919939

chore: fixing layout and adding constant dimensions to launch

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