Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
|
|
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
|
23 |
)
|
24 |
|
25 |
# Launch the Gradio interface
|
|
|
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."
|
23 |
)
|
24 |
|
25 |
# Launch the Gradio interface
|