Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
39 |
|
40 |
-
outputs=gr.Textbox(label="
|
41 |
title="Text Summarizer",
|
42 |
-
description= "This is
|
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 |
|