ashokpoudel commited on
Commit
48ec3d4
·
verified ·
1 Parent(s): bd0122a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -947,10 +947,10 @@ def build_ui():
947
  gr.Markdown(
948
  "यस प्लेटफर्मले नेपाली भाषाको स्वचालित भाषण पहिचान (ASR) प्रविधिको विकासका लागि आवाज डाटा संकलन गर्दछ। "
949
  "कृपया आफ्नो आवाज रेकर्ड गरेर योगदान दिनुहोस्। तपाईंको प्रत्येक रेकर्डिङ सिधै हाम्रो खुला हगिङ फेस डेटासेटमा योगदान गरिनेछ।\n\n"
950
- f"**हाम्रो सार्वजनिक हगिङ फेस डेटासेट हेर्नुहोस् (View our public Hugging Face Dataset): [{target_hf_repo_id_for_display}]({hf_dataset_url})**\n\n"
951
  "*This platform collects voice data for the development of Nepali Automatic Speech Recognition (ASR) technology. "
952
  "Please contribute by recording your voice. Each of your recordings will be directly contributed to our open Hugging Face Dataset.*\n\n"
953
- f"**View our public Hugging Face Dataset: [{target_hf_repo_id_for_display}]({hf_dataset_url})**"
954
  )
955
 
956
  with gr.Tabs():
 
947
  gr.Markdown(
948
  "यस प्लेटफर्मले नेपाली भाषाको स्वचालित भाषण पहिचान (ASR) प्रविधिको विकासका लागि आवाज डाटा संकलन गर्दछ। "
949
  "कृपया आफ्नो आवाज रेकर्ड गरेर योगदान दिनुहोस्। तपाईंको प्रत्येक रेकर्डिङ सिधै हाम्रो खुला हगिङ फेस डेटासेटमा योगदान गरिनेछ।\n\n"
950
+ f"**हाम्रो सार्वजनिक हगिङ फेस डेटासेट हेर्नुहोस् (View our public Hugging Face Dataset): [nepali-asr-community-data](https://huggingface.co/datasets/darvilab/nepali-asr-community-data)**\n\n"
951
  "*This platform collects voice data for the development of Nepali Automatic Speech Recognition (ASR) technology. "
952
  "Please contribute by recording your voice. Each of your recordings will be directly contributed to our open Hugging Face Dataset.*\n\n"
953
+ f"**View our public Hugging Face Dataset: [nepali-asr-community-data](https://huggingface.co/datasets/darvilab/nepali-asr-community-data)**"
954
  )
955
 
956
  with gr.Tabs():