Spaces:
Sleeping
Sleeping
Commit
·
8041893
1
Parent(s):
c92a84b
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def translate_gradio(input):
|
|
36 |
|
37 |
description = 'Translating "English Data Science" content into Arabic'
|
38 |
translate_interface = gr.Interface(fn = translate_gradio,
|
39 |
-
title = 'Translating "English Data Science" content into Arabic'
|
40 |
inputs=gr.inputs.Textbox(line = 7, label = 'english content'),
|
41 |
outputs="text",
|
42 |
description = description
|
|
|
36 |
|
37 |
description = 'Translating "English Data Science" content into Arabic'
|
38 |
translate_interface = gr.Interface(fn = translate_gradio,
|
39 |
+
title = 'Translating "English Data Science" content into Arabic',
|
40 |
inputs=gr.inputs.Textbox(line = 7, label = 'english content'),
|
41 |
outputs="text",
|
42 |
description = description
|