Update app.py
Browse files
app.py
CHANGED
@@ -317,9 +317,9 @@ class App:
|
|
317 |
btn_reset.click(None,js="window.location.reload()")
|
318 |
with gr.Row():
|
319 |
with gr.Column(scale=4):
|
|
|
320 |
tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", scale=1, show_copy_button=True, show_label=True)
|
321 |
with gr.Column(scale=1):
|
322 |
-
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
323 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|
324 |
# btn_openfolder = gr.Button('📂', scale=1)
|
325 |
|
|
|
317 |
btn_reset.click(None,js="window.location.reload()")
|
318 |
with gr.Row():
|
319 |
with gr.Column(scale=4):
|
320 |
+
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
321 |
tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", scale=1, show_copy_button=True, show_label=True)
|
322 |
with gr.Column(scale=1):
|
|
|
323 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|
324 |
# btn_openfolder = gr.Button('📂', scale=1)
|
325 |
|