Spaces:
Runtime error
Runtime error
Seeing if 400x400 output looks better
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
148 |
image_button = gr.Button("Get Preference")
|
149 |
random_example = gr.Button("Random Example")
|
150 |
|
151 |
-
image_output = gr.Image(height=
|
152 |
|
153 |
image_button.click(
|
154 |
get_preference,
|
|
|
148 |
image_button = gr.Button("Get Preference")
|
149 |
random_example = gr.Button("Random Example")
|
150 |
|
151 |
+
image_output = gr.Image(height=400, width=400, label="Preference")
|
152 |
|
153 |
image_button.click(
|
154 |
get_preference,
|