Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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 |
-
|
57 |
-
|
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():
|