Spaces:
Runtime error
Runtime error
Commit
·
97eb211
1
Parent(s):
90cd969
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
|
|
71 |
with gr.Row(elem_id = "col-container",scale=0.60):
|
72 |
headings = gr.Textbox(label = "Headings")
|
73 |
|
74 |
-
upload_button.upload(file_output_fn,
|
75 |
headings_btn.click(HeadingsExtractor.extarct_text,upload_button1,headings)
|
76 |
|
77 |
demo.launch(debug=True)
|
|
|
71 |
with gr.Row(elem_id = "col-container",scale=0.60):
|
72 |
headings = gr.Textbox(label = "Headings")
|
73 |
|
74 |
+
upload_button.upload(file_output_fn,upload_button1,file_output1)
|
75 |
headings_btn.click(HeadingsExtractor.extarct_text,upload_button1,headings)
|
76 |
|
77 |
demo.launch(debug=True)
|