Spaces:
Paused
Paused
Update app.py
Browse files
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>
|
42 |
</div>
|
43 |
<p style="margin-bottom: 10px; font-size: 94%">
|
44 |
-
|
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 |
"""
|