Commit
·
552dbf1
1
Parent(s):
f045571
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as demo:
|
|
178 |
gr.Markdown("""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) and contact us at [[email protected]]("mailto:[email protected]")
|
179 |
if you want to have your own Speech emotion detection system. We are just one click away. And don't forget to check out more interesting
|
180 |
[NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
|
181 |
-
<p style='text-align: center;'>Developed by
|
182 |
sub_btn.click(selected_audio, inputs=input_audio_text, outputs=output_text)
|
183 |
sub_btn2.click(recorded_audio, inputs=audio, outputs=recorded_text)
|
184 |
|
|
|
178 |
gr.Markdown("""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) and contact us at [[email protected]]("mailto:[email protected]")
|
179 |
if you want to have your own Speech emotion detection system. We are just one click away. And don't forget to check out more interesting
|
180 |
[NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
|
181 |
+
<p style='text-align: center;'>Developed by :<a href="https://www.pragnakalp.com" target="_blank"> Pragnakalp Techlabs</a></p>""")
|
182 |
sub_btn.click(selected_audio, inputs=input_audio_text, outputs=output_text)
|
183 |
sub_btn2.click(recorded_audio, inputs=audio, outputs=recorded_text)
|
184 |
|