Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks(theme="shivi/calm_seafoam") as demo:
|
|
| 109 |
gr.Markdown("# TURNA 🐦")
|
| 110 |
gr.Markdown(DESCRIPTION)
|
| 111 |
with gr.Tab("Summarization"):
|
| 112 |
-
|
| 113 |
with gr.Column():
|
| 114 |
with gr.Row():
|
| 115 |
sum_choice = gr.Radio(choices = ["turna_summarization_mlsum", "turna_summarization_tr_news"])
|
|
|
|
| 109 |
gr.Markdown("# TURNA 🐦")
|
| 110 |
gr.Markdown(DESCRIPTION)
|
| 111 |
with gr.Tab("Summarization"):
|
| 112 |
+
gr.Markdown("TURNA fine-tuned on ummarization. Enter a news to summarize and pick the model.")
|
| 113 |
with gr.Column():
|
| 114 |
with gr.Row():
|
| 115 |
sum_choice = gr.Radio(choices = ["turna_summarization_mlsum", "turna_summarization_tr_news"])
|