PRAli22 commited on
Commit
5485312
1 Parent(s): dbf8ba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
31
  gr.Textbox(label="text", placeholder="Enter the sentence "),
32
 
33
  outputs=gr.Textbox(label="Translation"),
34
- title="Text Summarizer",
35
  description= "This is Arabic dialects machine translation, it takes an arabian dialect sentence as input and returns it's MSA translation",
36
  css = css_code
37
  )
 
31
  gr.Textbox(label="text", placeholder="Enter the sentence "),
32
 
33
  outputs=gr.Textbox(label="Translation"),
34
+ title="Arabic Dialects Translator",
35
  description= "This is Arabic dialects machine translation, it takes an arabian dialect sentence as input and returns it's MSA translation",
36
  css = css_code
37
  )