Vartex39 commited on
Commit
795049f
·
1 Parent(s): 940be83

summarizer.py dinamik model seçimine göre çalışacak şekilde güncellendi

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
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 Pro+: AI Destekli Özetleme Aracı")
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"])