Spaces:
Running
on
Zero
Running
on
Zero
rizavelioglu
commited on
Commit
·
7d23b99
1
Parent(s):
c02cab9
update UI
Browse files
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.
|
| 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,
|