Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
)
|