Spaces:
Running
Running
summarizer.py dinamik model seçimine göre çalışacak şekilde güncellendi
Browse files
ui.py
CHANGED
@@ -20,7 +20,7 @@ def process_input(pdf, image, manual_text, mode, model_name):
|
|
20 |
return text, summary
|
21 |
|
22 |
with gr.Blocks() as demo:
|
23 |
-
gr.Markdown("## VizSum
|
24 |
|
25 |
with gr.Row():
|
26 |
pdf_input = gr.File(label="PDF Yükle", file_types=[".pdf"])
|
|
|
20 |
return text, summary
|
21 |
|
22 |
with gr.Blocks() as demo:
|
23 |
+
gr.Markdown("## VizSum")
|
24 |
|
25 |
with gr.Row():
|
26 |
pdf_input = gr.File(label="PDF Yükle", file_types=[".pdf"])
|