irmtou commited on
Commit
e51a0d0
1 Parent(s): fe83eb3

Update README.md manually

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,9 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Speech Translation Synthesis
2
  ### A Speech-To-Speech Translator
3
 
4
  SDSU's Artificial Intelligence Club Group Project Spring 2024 semester
5
 
6
- This isa Gradio-based demo that performs speech-to-speech translation. It uses the Whisper model for speech-to-text transcription, the `translate` library for translation, and the Coqui TTS model for text-to-speech synthesis.
7
 
8
  ## Features
9
  - Transcribe speech from an audio file or microphone input
 
1
+ ---
2
+ title: Speech Translation Synthesis
3
+ emoji: 🗣️
4
+ colorFrom: green
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 4.36.1
8
+ app_file: app.py
9
+ pinned: true
10
+ models:
11
+ - coqui/XTTS-v2
12
+ ---
13
+
14
  # Speech Translation Synthesis
15
  ### A Speech-To-Speech Translator
16
 
17
  SDSU's Artificial Intelligence Club Group Project Spring 2024 semester
18
 
19
+ This is a Gradio-based demo that performs speech-to-speech translation. It uses the Whisper model for speech-to-text transcription, the `translate` library for translation, and the Coqui TTS model for text-to-speech synthesis.
20
 
21
  ## Features
22
  - Transcribe speech from an audio file or microphone input