Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def translate(text, language_pair):
|
|
33 |
|
34 |
# Gradio UI
|
35 |
with gr.Blocks() as demo:
|
36 |
-
gr.Markdown("## 🌍 Einfacher Übersetzer – powered by
|
37 |
|
38 |
language = gr.Dropdown(choices=list(translation_models.keys()), label="🌐 Sprachrichtung")
|
39 |
text_input = gr.Textbox(lines=4, label="📝 Eingabetext")
|
|
|
33 |
|
34 |
# Gradio UI
|
35 |
with gr.Blocks() as demo:
|
36 |
+
gr.Markdown("## 🌍 Einfacher Übersetzer – powered by Ladikos-KI")
|
37 |
|
38 |
language = gr.Dropdown(choices=list(translation_models.keys()), label="🌐 Sprachrichtung")
|
39 |
text_input = gr.Textbox(lines=4, label="📝 Eingabetext")
|