Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ def generate_output(task, source, target, input_text, mt_text=None):
|
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown("# 🦎 SalamandraTA 7B - Multitask Demo")
|
69 |
-
gr.Markdown("Explore the translation, grammar correction, NER and post-editing capabilities of the SalamandraTA 7B model.")
|
70 |
|
71 |
with gr.Row():
|
72 |
task_selector = gr.Radio(["Translation", "Post-editing", "Grammar checker"], value="Translation", label="Select Task")
|
|
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown("# 🦎 SalamandraTA 7B - Multitask Demo")
|
|
|
69 |
|
70 |
with gr.Row():
|
71 |
task_selector = gr.Radio(["Translation", "Post-editing", "Grammar checker"], value="Translation", label="Select Task")
|