John6666 commited on
Commit
a1097b8
1 Parent(s): 0acaa1c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -53,9 +53,8 @@ with gr.Blocks(css=css, fill_width=True, elem_id="container") as demo:
53
  run_button = gr.Button("Run")
54
  run_translate_button = gr.Button("Translate")
55
 
56
- with gr.Row():
57
- result = gr.Image(label="Result", elem_id="result", show_label=False, interactive=False,
58
- show_download_button=True, show_share_button=False, container=True)
59
 
60
  with gr.Accordion("Advanced Settings", open=False):
61
  with gr.Row():
 
53
  run_button = gr.Button("Run")
54
  run_translate_button = gr.Button("Translate")
55
 
56
+ result = gr.Image(label="Result", elem_id="result", show_label=False, interactive=False,
57
+ show_download_button=True, show_share_button=False, container=True)
 
58
 
59
  with gr.Accordion("Advanced Settings", open=False):
60
  with gr.Row():