Commit
·
f045571
1
Parent(s):
45dec12
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as demo:
|
|
177 |
sub_btn2 = gr.Button("Submit")
|
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 :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</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)
|
|
|
177 |
sub_btn2 = gr.Button("Submit")
|
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 :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</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)
|