Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
198 |
-
gr.Markdown("#
|
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():
|