merve HF Staff commited on
Commit
9e0e771
·
verified ·
1 Parent(s): 00fc107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with 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"])
 
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"])