Spaces:
Build error
Build error
Commit ·
212316c
1
Parent(s): e06f9a5
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,6 +195,7 @@ interface = gr.Interface(
|
|
| 195 |
# gr.Textbox(lines = 8, label = "Source Article Text", info = "Source article text (if `Translate` is enabled then the source will be translated to target language)"),
|
| 196 |
# gr.Textbox(lines = 4, label = "Summary", info = "Summary of the given article (translated if `Translate` is enabled)"),
|
| 197 |
# gr.Textbox(lines = 2, label = "Headline", info = "Generated headline of the given article (translated if `Translate` is enabled)")
|
| 198 |
-
]
|
|
|
|
| 199 |
)
|
| 200 |
interface.launch(share=True)
|
|
|
|
| 195 |
# gr.Textbox(lines = 8, label = "Source Article Text", info = "Source article text (if `Translate` is enabled then the source will be translated to target language)"),
|
| 196 |
# gr.Textbox(lines = 4, label = "Summary", info = "Summary of the given article (translated if `Translate` is enabled)"),
|
| 197 |
# gr.Textbox(lines = 2, label = "Headline", info = "Generated headline of the given article (translated if `Translate` is enabled)")
|
| 198 |
+
],
|
| 199 |
+
title = "Indic Tranlate"
|
| 200 |
)
|
| 201 |
interface.launch(share=True)
|