Commit
·
421e871
1
Parent(s):
da608ee
Update app.py
Browse files
app.py
CHANGED
@@ -143,9 +143,10 @@ demo = gr.Interface(
|
|
143 |
outputs,
|
144 |
title="Question Generation using T5",
|
145 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
146 |
-
article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/)
|
147 |
-
|
148 |
-
|
149 |
<p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
|
|
|
150 |
)
|
151 |
demo.launch(enable_queue = False)
|
|
|
143 |
outputs,
|
144 |
title="Question Generation using T5",
|
145 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
146 |
+
article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) and contact us at [letstalk@pragnakalp.com]("mailto:[email protected]")
|
147 |
+
if you want to have your own Questions-Generation using T5 model. We are just one click away. And don't forget to check out more interesting
|
148 |
+
[NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
|
149 |
<p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
|
150 |
+
|
151 |
)
|
152 |
demo.launch(enable_queue = False)
|