deepsync commited on
Commit
38af664
·
verified ·
1 Parent(s): 6b2543a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,8 +194,8 @@ def render_translations(text):
194
  return gr.update(value=gpt_4), gr.update(value=dubpro), gr.update(value=azure)
195
 
196
 
197
- with gr.Blocks(title="English to Hindi Translation Tools", theme="gradio/monochrome") as demo:
198
- gr.Markdown("# English to Hindi Translation for Dubbing")
199
  input_textbox = gr.Textbox(label="Input Text", info="Text to translate", value="जब आपने यह किया, तो आपने अपनी कक्षाएं अच्छी तरह से अटेंड की होंगी या आपने अपना दैनिक रिवीजन किया होगा। अब तुम्हें डर लगने लगा है।")
200
  submit = gr.Button(label="Submit")
201
  with gr.Row():
 
194
  return gr.update(value=gpt_4), gr.update(value=dubpro), gr.update(value=azure)
195
 
196
 
197
+ with gr.Blocks(title="Hindi to Tamil Translation Tools", theme="gradio/monochrome") as demo:
198
+ gr.Markdown("# Hindi to Tamil Translation for Dubbing")
199
  input_textbox = gr.Textbox(label="Input Text", info="Text to translate", value="जब आपने यह किया, तो आपने अपनी कक्षाएं अच्छी तरह से अटेंड की होंगी या आपने अपना दैनिक रिवीजन किया होगा। अब तुम्हें डर लगने लगा है।")
200
  submit = gr.Button(label="Submit")
201
  with gr.Row():