Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def translate_text(text):
|
|
15 |
# Gradio app
|
16 |
def gradio_app():
|
17 |
with gr.Blocks() as app:
|
18 |
-
gr.Markdown("# 🇲🇦 Terjman-
|
19 |
gr.Markdown("Enter the english text you want to translate to moroccan darija.")
|
20 |
|
21 |
input_text = gr.Textbox(label="Input Text", placeholder="Enter text to translate...")
|
|
|
15 |
# Gradio app
|
16 |
def gradio_app():
|
17 |
with gr.Blocks() as app:
|
18 |
+
gr.Markdown("# 🇲🇦 Terjman-Nano v2.0:")
|
19 |
gr.Markdown("Enter the english text you want to translate to moroccan darija.")
|
20 |
|
21 |
input_text = gr.Textbox(label="Input Text", placeholder="Enter text to translate...")
|