Spaces:
Sleeping
Sleeping
Commit
·
9ebc27a
1
Parent(s):
fbb42d3
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def translate_gradio(input):
|
|
16 |
return text_ar
|
17 |
translate_interface = gr.Interface(fn = translate_gradio,
|
18 |
allow_flagging = True,
|
19 |
-
|
20 |
title = 'Translating "English Data Science" content into Arabic',
|
21 |
inputs=gr.inputs.Textbox(lines = 7, label = 'english content'),
|
22 |
outputs="text",
|
|
|
16 |
return text_ar
|
17 |
translate_interface = gr.Interface(fn = translate_gradio,
|
18 |
allow_flagging = True,
|
19 |
+
|
20 |
title = 'Translating "English Data Science" content into Arabic',
|
21 |
inputs=gr.inputs.Textbox(lines = 7, label = 'english content'),
|
22 |
outputs="text",
|