Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def render_translations(text):
|
|
186 |
|
187 |
|
188 |
with gr.Blocks(title="English to Hindi Translation Tools", theme="gradio/monochrome") as demo:
|
189 |
-
gr.Markdown("# English to Hindi Translation
|
190 |
input_textbox = gr.Textbox(label="Input Text", info="Text to translate", value="When you did it, you must have attended your classes well or you must have done your daily revision. Now you feel scared.")
|
191 |
submit = gr.Button(label="Submit")
|
192 |
with gr.Row():
|
|
|
186 |
|
187 |
|
188 |
with gr.Blocks(title="English to Hindi Translation Tools", theme="gradio/monochrome") as demo:
|
189 |
+
gr.Markdown("# English to Hindi Translation for Dubbing")
|
190 |
input_textbox = gr.Textbox(label="Input Text", info="Text to translate", value="When you did it, you must have attended your classes well or you must have done your daily revision. Now you feel scared.")
|
191 |
submit = gr.Button(label="Submit")
|
192 |
with gr.Row():
|