Spaces:
Running
Running
Updated
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ with gr.Blocks() as demo:
|
|
341 |
summarize_button.click(process_pdf_and_summarize, inputs=[pdf_input_summary], outputs=[summary_output, download_link_summary])
|
342 |
|
343 |
with gr.Tab("Translator"):
|
344 |
-
gr.Markdown("## Document Translation
|
345 |
with gr.Row():
|
346 |
with gr.Column():
|
347 |
pdf_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|
|
|
341 |
summarize_button.click(process_pdf_and_summarize, inputs=[pdf_input_summary], outputs=[summary_output, download_link_summary])
|
342 |
|
343 |
with gr.Tab("Translator"):
|
344 |
+
gr.Markdown("## Document Translation")
|
345 |
with gr.Row():
|
346 |
with gr.Column():
|
347 |
pdf_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|