BounharAbdelaziz commited on
Commit
5a7a6e3
·
verified ·
1 Parent(s): 6840918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Large 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...")
 
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...")