rizavelioglu commited on
Commit
7d23b99
·
1 Parent(s): c02cab9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks(title="VAE Performance Tester", css=".monospace-text {font-family
154
  scores_output = gr.Textbox(label="Sum of difference (lower is better reconstruction)", lines=5, elem_classes="monospace-text")
155
 
156
  if examples:
157
- with gr.Column():
158
  example_gallery = gr.Examples(
159
  examples=examples,
160
  inputs=image_input,
 
154
  scores_output = gr.Textbox(label="Sum of difference (lower is better reconstruction)", lines=5, elem_classes="monospace-text")
155
 
156
  if examples:
157
+ with gr.Row():
158
  example_gallery = gr.Examples(
159
  examples=examples,
160
  inputs=image_input,