Commit
·
b250c04
1
Parent(s):
28e04c5
Update app.py
Browse files
app.py
CHANGED
@@ -139,11 +139,8 @@ demo = gr.Interface(
|
|
139 |
outputs,
|
140 |
title="Question Generation Using T5-Base Model",
|
141 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
142 |
-
article="""<p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/" target="_blank">feedback</a>
|
143 |
-
|
144 |
-
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
|
145 |
-
<a href="https://www.pragnakalp.com/services/natural-language-processing-services/" target="_blank">NLP services</a> we are offering.</p>
|
146 |
-
<p style='text-align: center;'>Developed by :<a href="https://www.pragnakalp.com" target="_blank"> Pragnakalp Techlabs</a></p>"""
|
147 |
|
148 |
)
|
149 |
demo.launch()
|
|
|
139 |
outputs,
|
140 |
title="Question Generation Using T5-Base Model",
|
141 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
142 |
+
article="""<p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/" target="_blank">feedback</a> on this Question Generation using T5 demo</p>
|
143 |
+
<p style='text-align: center;'>Developed by:<a href="https://www.pragnakalp.com" target="_blank"> Pragnakalp Techlabs</a></p>"""
|
|
|
|
|
|
|
144 |
|
145 |
)
|
146 |
demo.launch()
|