robzchhangte commited on
Commit
bd0ff01
1 Parent(s): 9af04c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,9 +21,8 @@ interface = gr.Interface(
21
  fn=translate,
22
  inputs="text",
23
  outputs="text",
24
- title="Text Translator",
25
- description="Translate text using the gravix321/model1 translation model.",
26
- examples=[["Hello, how are you?"], ["What time is it?"]]
27
  )
28
 
29
  # Launch the Gradio app locally
 
21
  fn=translate,
22
  inputs="text",
23
  outputs="text",
24
+ title="English to Mizo Translator",
25
+ examples=[["Hello, how are you?"], ["What is your name?"]]
 
26
  )
27
 
28
  # Launch the Gradio app locally