Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
π¨
Browse filesSigned-off-by: peter szemraj <[email protected]>
app.py
CHANGED
@@ -352,7 +352,7 @@ if __name__ == "__main__":
|
|
352 |
label="Input Text (for summarization)",
|
353 |
placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
|
354 |
)
|
355 |
-
|
356 |
with gr.Column():
|
357 |
gr.Markdown("## Generate Summary")
|
358 |
gr.Markdown(
|
@@ -378,7 +378,7 @@ if __name__ == "__main__":
|
|
378 |
)
|
379 |
with gr.Column(variant="compact"):
|
380 |
gr.Markdown(
|
381 |
-
"
|
382 |
)
|
383 |
summary_scores = gr.Textbox(
|
384 |
label="Summary Scores",
|
|
|
352 |
label="Input Text (for summarization)",
|
353 |
placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
|
354 |
)
|
355 |
+
gr.Markdown("---")
|
356 |
with gr.Column():
|
357 |
gr.Markdown("## Generate Summary")
|
358 |
gr.Markdown(
|
|
|
378 |
)
|
379 |
with gr.Column(variant="compact"):
|
380 |
gr.Markdown(
|
381 |
+
"Scores represent the summary quality **roughly** as a measure of the model's 'confidence'. less-negative numbers (closer to 0) are better."
|
382 |
)
|
383 |
summary_scores = gr.Textbox(
|
384 |
label="Summary Scores",
|