Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def translate_text(text, source_lang, target_lang):
|
|
| 142 |
with gr.Blocks(title="Qwen3-MT Translator") as demo:
|
| 143 |
gr.Markdown("# π Qwen3-MT Translator")
|
| 144 |
gr.Markdown(
|
| 145 |
-
'A real-time translation tool based on the Qwen3-MT model<br><a href="https://
|
| 146 |
elem_id="desc"
|
| 147 |
)
|
| 148 |
gr.Image(
|
|
|
|
| 142 |
with gr.Blocks(title="Qwen3-MT Translator") as demo:
|
| 143 |
gr.Markdown("# π Qwen3-MT Translator")
|
| 144 |
gr.Markdown(
|
| 145 |
+
'A real-time translation tool based on the Qwen3-MT model<br><a href="https://www.alibabacloud.com/help/en/model-studio/translation-abilities" target="_blank">Learn more about Qwen3-MT and API documentation</a>',
|
| 146 |
elem_id="desc"
|
| 147 |
)
|
| 148 |
gr.Image(
|