PRAli22 commited on
Commit
811ea13
·
1 Parent(s): 7487cb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,11 +35,11 @@ css_code='body{background-image:url("https://media.istockphoto.com/id/1256252051
35
  demo = gr.Interface(
36
  fn=translation,
37
  inputs=
38
- gr.Textbox(label="text", placeholder="Enter the text "),
39
 
40
- outputs=gr.Textbox(label="summary"),
41
  title="Text Summarizer",
42
- description= "This is Text Summarizer System, it takes a text in English as inputs and returns it's summary",
43
  css = css_code
44
  )
45
 
 
35
  demo = gr.Interface(
36
  fn=translation,
37
  inputs=
38
+ gr.Textbox(label="text", placeholder="Enter the sentence "),
39
 
40
+ outputs=gr.Textbox(label="Translation"),
41
  title="Text Summarizer",
42
+ description= "This is Arabic dialects machine translation, it takes an arabian dialect sentence as input and returns it's MSA translation",
43
  css = css_code
44
  )
45