Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(
|
|
49 |
btn = gr.Button("Summarize")
|
50 |
with gr.Column():
|
51 |
gr.Markdown("<center><h2>Summary Output</h2></center>")
|
52 |
-
out = gr.
|
53 |
|
54 |
btn.click(fn=pdfSummarizer, inputs=inp, outputs=out)
|
55 |
|
|
|
49 |
btn = gr.Button("Summarize")
|
50 |
with gr.Column():
|
51 |
gr.Markdown("<center><h2>Summary Output</h2></center>")
|
52 |
+
out = gr.Markdown()
|
53 |
|
54 |
btn.click(fn=pdfSummarizer, inputs=inp, outputs=out)
|
55 |
|