Spaces:
Sleeping
Sleeping
ZubairAhmed777
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def translate_to_telugu(text):
|
|
16 |
# Create a Gradio interface
|
17 |
iface = gr.Interface(
|
18 |
fn=translate_to_telugu,
|
19 |
-
inputs=gr.Textbox(lines=2, placeholder="Enter text in English..."), # Text input
|
20 |
outputs=gr.Textbox(label="Translation to Telugu"), # Text output
|
21 |
title="English to Telugu Translator",
|
22 |
description="Translate text from English to Telugu."
|
|
|
16 |
# Create a Gradio interface
|
17 |
iface = gr.Interface(
|
18 |
fn=translate_to_telugu,
|
19 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter text in English...", label='English Text'), # Text input
|
20 |
outputs=gr.Textbox(label="Translation to Telugu"), # Text output
|
21 |
title="English to Telugu Translator",
|
22 |
description="Translate text from English to Telugu."
|