Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ description_txt = '''Enter text in any language, and get the translation in Engl
|
|
11 |
txt_interface = gr.Interface(
|
12 |
fn=src_txt_to_eng_translator,
|
13 |
inputs=[
|
14 |
-
gr.Textbox(label="
|
15 |
],
|
16 |
outputs=gr.Textbox(label="Translation"),
|
17 |
title=heading_txt,
|
|
|
11 |
txt_interface = gr.Interface(
|
12 |
fn=src_txt_to_eng_translator,
|
13 |
inputs=[
|
14 |
+
gr.Textbox(label="Text Input"),
|
15 |
],
|
16 |
outputs=gr.Textbox(label="Translation"),
|
17 |
title=heading_txt,
|