Spaces:
Running
Running
robertselvam
commited on
Commit
·
871ed6c
1
Parent(s):
16a8734
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
|
|
73 |
with gr.Row(elem_id = "col-container",scale=0.60):
|
74 |
headings = gr.Textbox(label = "Headings")
|
75 |
|
76 |
-
|
77 |
headings_btn.click(HeadingsExtractor.extarct_text,upload_button1,headings)
|
78 |
|
79 |
|
|
|
73 |
with gr.Row(elem_id = "col-container",scale=0.60):
|
74 |
headings = gr.Textbox(label = "Headings")
|
75 |
|
76 |
+
upload_button1.upload(file_output_fn,upload_button1,file)
|
77 |
headings_btn.click(HeadingsExtractor.extarct_text,upload_button1,headings)
|
78 |
|
79 |
|