Spaces:
Sleeping
Sleeping
Irsh Vijayvargia
commited on
Commit
·
fe8ff79
1
Parent(s):
d87f680
Added Gujarati Text
Browse files- app.py +9 -0
- img/gujarati-text.png +0 -0
app.py
CHANGED
@@ -113,6 +113,15 @@ def gradio_interface(audio1, audio2, threshold):
|
|
113 |
output_text = process_audio(audio1, audio2, threshold)
|
114 |
return output_text
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
# Create the Gradio interface with microphone inputs
|
117 |
iface = gr.Interface(
|
118 |
fn=gradio_interface,
|
|
|
113 |
output_text = process_audio(audio1, audio2, threshold)
|
114 |
return output_text
|
115 |
|
116 |
+
description = """
|
117 |
+
<p>
|
118 |
+
<center>
|
119 |
+
This is an LSTM based Speaker Embedding Model trained usingn GE2E loss function on the Gujarati OpenSLR dataset.
|
120 |
+
<img src="https://huggingface.co/spaces/1rsh/gujarati-tisv/resolve/main/img/gujarati-text.png" alt="Gujarati" width="250"/>
|
121 |
+
</center>
|
122 |
+
</p>
|
123 |
+
"""
|
124 |
+
|
125 |
# Create the Gradio interface with microphone inputs
|
126 |
iface = gr.Interface(
|
127 |
fn=gradio_interface,
|
img/gujarati-text.png
ADDED