alvi123 commited on
Commit
964a95a
1 Parent(s): 42924fc
Files changed (1) hide show
  1. app.py +8 -23
app.py CHANGED
@@ -48,28 +48,13 @@ def predict(audio, mic_audio=None):
48
 
49
  title = " 😍🥰Prolove 🧑‍🎤 👨‍🎤 "
50
 
51
- description = """
52
- The <b>SpeechT5</b> model is pre-trained on text as well as speech inputs, with targets that are also a mix of text and speech.
53
- By pre-training on text and speech at the same time, it learns unified representations for both, resulting in improved modeling capabilities.
54
- SpeechT5 can be fine-tuned for different speech tasks. This space demonstrates the <b>speech-to-text</b>
55
- or automatic speech recognition (ASR) checkpoint for the English language.
56
- See also the <a href="https://huggingface.co/spaces/Matthijs/speecht5-tts-demo">text-to-speech (TTS) demo</a>
57
- and the <a href="https://huggingface.co/spaces/Matthijs/speecht5-vc-demo">voice conversion demo</a>.
58
- <b>How to use:</b> Upload an audio file or record using the microphone. The audio is converted to mono and resampled to 16 kHz before
59
- being passed into the model. The output is the text transcription of the audio. SpeechT5 uses a simple character-based tokenizer, with no
60
- additional language model on top, so the output won't have punctuation or capitalization and may contain the occasional spelling error.
61
- """
62
 
63
  article = """
64
  <div style='margin:20px auto;'>
65
- <p>References: <a href="https://arxiv.org/abs/2110.07205">SpeechT5 paper</a> |
66
- <a href="https://github.com/microsoft/SpeechT5/">original GitHub</a> |
67
- <a href="https://huggingface.co/ajyy/SpeechT5">original weights</a></p>
68
- <pre>
69
- @article{Ao2021SpeechT5,
70
- title = {SpeechT5: Unified-Modal Encoder-Decoder Pre-training for Spoken Language Processing},
71
- author = {Junyi Ao and Rui Wang and Long Zhou and Chengyi Wang and Shuo Ren and Yu Wu and Shujie Liu and Tom Ko and Qing Li and Yu Zhang and Zhihua Wei and Yao Qian and Jinyu Li and Furu Wei},
72
- eprint={2110.07205},
73
  archivePrefix={arXiv},
74
  primaryClass={eess.AS},
75
  year={2021}
@@ -77,10 +62,10 @@ article = """
77
  </pre>
78
  <p>Example sound credits:<p>
79
  <ul>
80
- <li>"Hmm, I don't know" from <a href="https://freesound.org/people/InspectorJ/sounds/519189/">InspectorJ</a> (CC BY 4.0 license)
81
- <li>"Henry V" excerpt from <a href="https://freesound.org/people/acclivity/sounds/24096/">acclivity</a> (CC BY-NC 4.0 license)
82
- <li>"You can see it in the eyes" from <a href="https://freesound.org/people/JoyOhJoy/sounds/165348/">JoyOhJoy</a> (CC0 license)
83
- <li>"We yearn for time" from <a href="https://freesound.org/people/Sample_Me/sounds/610529/">Sample_Me</a> (CC0 license)
84
  </ul>
85
  </div>
86
  """
 
48
 
49
  title = " 😍🥰Prolove 🧑‍🎤 👨‍🎤 "
50
 
51
+ description = """aplikasi prolove merupakan aplikasi untuk membantu ejaan kata yang diucapkan oleh user dalam bahasa inggris menjadi benar"""
 
 
 
 
 
 
 
 
 
 
52
 
53
  article = """
54
  <div style='margin:20px auto;'>
55
+ @article{Ao2021SpeechRecog,
56
+ title = {PROLOVE},
57
+ author = {M_ALVI_ADNAN},
 
 
 
 
 
58
  archivePrefix={arXiv},
59
  primaryClass={eess.AS},
60
  year={2021}
 
62
  </pre>
63
  <p>Example sound credits:<p>
64
  <ul>
65
+ <li>"i wanna tell u smth <a href="https://freesound.org/people/InspectorJ/sounds/519189/">InspectorJ</a> (CC BY 4.0 license)
66
+ <li>"let me know <a href="https://freesound.org/people/acclivity/sounds/24096/">acclivity</a> (CC BY-NC 4.0 license)
67
+ <li>"lets do it <a href="https://freesound.org/people/JoyOhJoy/sounds/165348/">JoyOhJoy</a> (CC0 license)
68
+ <li>"listen to me <a href="https://freesound.org/people/Sample_Me/sounds/610529/">Sample_Me</a> (CC0 license)
69
  </ul>
70
  </div>
71
  """