Spaces:
Sleeping
Sleeping
Commit
·
e905d1f
1
Parent(s):
8041893
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def translate_gradio(input):
|
|
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(
|
41 |
outputs="text",
|
42 |
description = description
|
43 |
)
|
|
|
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(lines = 7, label = 'english content'),
|
41 |
outputs="text",
|
42 |
description = description
|
43 |
)
|