anzorq commited on
Commit
6e35142
1 Parent(s): 29c16a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,10 +38,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
38
  """
39
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
40
  <div>
41
- <h1>Youtube Speech Transcription</h1>
42
  </div>
43
  <p style="margin-bottom: 10px; font-size: 94%">
44
- Speech to text transcription of Youtube videos using Wav2Vec2-BERT
45
  </p>
46
  </div>
47
  """
 
38
  """
39
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
40
  <div>
41
+ <h1>Kabardian Speech Transcription</h1>
42
  </div>
43
  <p style="margin-bottom: 10px; font-size: 94%">
44
+ Kabardian speech to text transcription using a fine-tuned Wav2Vec2-BERT model
45
  </p>
46
  </div>
47
  """