Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks() as demo:
|
|
321 |
radio_lan = gr.Radio(choices=['Tiếng Việt', 'English'], value=default_lan, label='Ngôn ngữ/Language', show_label=True, interactive=True)
|
322 |
md_des = gr.Markdown(get_description(get_language_code(default_lan)))
|
323 |
|
324 |
-
with gr.Row():
|
325 |
inp = gr.Image(type="pil", show_label=True, label='Ảnh tải lên', interactive=True).style(height=250)
|
326 |
gallery = gr.Gallery(show_label=True, label='Ảnh đối chiếu').style(grid=[4], height="auto")
|
327 |
with gr.Row():
|
|
|
321 |
radio_lan = gr.Radio(choices=['Tiếng Việt', 'English'], value=default_lan, label='Ngôn ngữ/Language', show_label=True, interactive=True)
|
322 |
md_des = gr.Markdown(get_description(get_language_code(default_lan)))
|
323 |
|
324 |
+
with gr.Row(equal_height=True):
|
325 |
inp = gr.Image(type="pil", show_label=True, label='Ảnh tải lên', interactive=True).style(height=250)
|
326 |
gallery = gr.Gallery(show_label=True, label='Ảnh đối chiếu').style(grid=[4], height="auto")
|
327 |
with gr.Row():
|