Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|