lpw commited on
Commit
be06205
·
1 Parent(s): 50f34cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import numpy as np
5
  import streamlit as st
6
 
7
- title = "Fairseq Speech to Speech Translation"
8
 
9
  description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply record your audio. Read more at the links below."
10
 
 
4
  import numpy as np
5
  import streamlit as st
6
 
7
+ title = "Fairseq Speech to Speech Translation - Hokkien <> English"
8
 
9
  description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply record your audio. Read more at the links below."
10