ZubairAhmed777 commited on
Commit
ab90c75
·
verified ·
1 Parent(s): ae4e6dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."