Irsh Vijayvargia commited on
Commit
481452e
·
1 Parent(s): 226650f

Update Description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -116,7 +116,7 @@ def gradio_interface(audio1, audio2, threshold):
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>
@@ -130,8 +130,8 @@ iface = gr.Interface(
130
  gr.Slider(0.0, 1.0, value=0.85, step=0.01, label="Threshold")
131
  ],
132
  outputs="text",
133
- title="Gujarati Text Independent Speaker Verification",
134
- description="Record two audio files and get the text output from the model."
135
  )
136
 
137
  # Launch the interface
 
116
  description = """
117
  <p>
118
  <center>
119
+ This is an LSTM based Speaker Embedding Model trained using <a href="https://arxiv.org/abs/1710.10467">GE2E loss</a> on the <a href="https://openslr.org/78/">Gujarati OpenSLR dataset</a>.
120
  <img src="https://huggingface.co/spaces/1rsh/gujarati-tisv/resolve/main/img/gujarati-text.png" alt="Gujarati" width="250"/>
121
  </center>
122
  </p>
 
130
  gr.Slider(0.0, 1.0, value=0.85, step=0.01, label="Threshold")
131
  ],
132
  outputs="text",
133
+ title="ગુજરાતી Text Independent Speaker Verification",
134
+ description=description
135
  )
136
 
137
  # Launch the interface