Commit
·
3c0d480
1
Parent(s):
3b68e9a
Updated to Interface Application
Browse files
app.py
CHANGED
|
@@ -73,8 +73,8 @@ examples = [
|
|
| 73 |
"IndicQuestionGeneration", "Hindi"]
|
| 74 |
]
|
| 75 |
|
| 76 |
-
iface = gr.Interface(fn=generate, inputs=[text, task_drop_down, language_drop_down], outputs=text_ouptut, title='
|
| 77 |
-
description='Currently the model supports ' + supported_lang, article='
|
| 78 |
iface.launch(enable_queue=True)
|
| 79 |
|
| 80 |
# with gr.blocks.Blocks() as block:
|
|
|
|
| 73 |
"IndicQuestionGeneration", "Hindi"]
|
| 74 |
]
|
| 75 |
|
| 76 |
+
iface = gr.Interface(fn=generate, inputs=[text, task_drop_down, language_drop_down], outputs=text_ouptut, title='IndicNLG System',
|
| 77 |
+
description='Currently the model supports ' + supported_lang, article='More information can be found [here](https://ai4bharat.org/language-generation)', examples=examples)
|
| 78 |
iface.launch(enable_queue=True)
|
| 79 |
|
| 80 |
# with gr.blocks.Blocks() as block:
|