Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(theme='soft') as app:
|
|
86 |
query_image = gr.Image(
|
87 |
label='Query Image',
|
88 |
sources=['upload', 'clipboard'],
|
89 |
-
height='
|
90 |
)
|
91 |
|
92 |
# Output Gallery Display
|
|
|
86 |
query_image = gr.Image(
|
87 |
label='Query Image',
|
88 |
sources=['upload', 'clipboard'],
|
89 |
+
height='50vh'
|
90 |
)
|
91 |
|
92 |
# Output Gallery Display
|