How to set different sizes for `input` and `output` on `gr.Interface`

when I use ‘gr.Interface’ function and I find that the width of input and output are always the same; now I want to set input as 1/3 and output as 2/3; or set input on above and output on below.
how shall I do this as above ?