Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ def translate_with_all_models(selected_models, text, tgt_lang, src_lang, domain)
|
|
| 271 |
with gr.Blocks() as demo:
|
| 272 |
with gr.Row(variant="default"):
|
| 273 |
title = "🌐 Multilingual Multidomain Financial Translator"
|
| 274 |
-
description = """<p>Specialized Translation for Financial
|
| 275 |
gr.HTML(f"<h1>{title}</h1>\n<p>{description}</p>")
|
| 276 |
|
| 277 |
with gr.Row(variant="panel"):
|
|
|
|
| 271 |
with gr.Blocks() as demo:
|
| 272 |
with gr.Row(variant="default"):
|
| 273 |
title = "🌐 Multilingual Multidomain Financial Translator"
|
| 274 |
+
description = """<p>Specialized Translation for Financial Texts across 8 Languages and 9 Domains</p>"""
|
| 275 |
gr.HTML(f"<h1>{title}</h1>\n<p>{description}</p>")
|
| 276 |
|
| 277 |
with gr.Row(variant="panel"):
|