Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ task_drop_down = gr.inputs.Dropdown(
|
|
| 58 |
text = gr.inputs.Textbox(lines=5, placeholder="Enter Indic Text here...",
|
| 59 |
default="", label="Enter Text in corresponding Indic Language")
|
| 60 |
text_ouptut = gr.outputs.Textbox(
|
| 61 |
-
type="
|
| 62 |
|
| 63 |
supported_lang = ', '.join(languages)
|
| 64 |
|
|
|
|
| 58 |
text = gr.inputs.Textbox(lines=5, placeholder="Enter Indic Text here...",
|
| 59 |
default="", label="Enter Text in corresponding Indic Language")
|
| 60 |
text_ouptut = gr.outputs.Textbox(
|
| 61 |
+
type="text", label="View Generated Text in the corresponding Indic Language")
|
| 62 |
|
| 63 |
supported_lang = ', '.join(languages)
|
| 64 |
|