Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
| 109 |
with gr.Tabs():
|
| 110 |
# Demo Tab
|
| 111 |
with gr.TabItem("Demo"):
|
| 112 |
-
gr.Markdown("#
|
| 113 |
gr.Markdown(
|
| 114 |
"Speak into the microphone and your speech will be transcribed and translated "
|
| 115 |
"segment-by-segment. (Recording is limited to 15 seconds.)\n\n"
|
|
|
|
| 109 |
with gr.Tabs():
|
| 110 |
# Demo Tab
|
| 111 |
with gr.TabItem("Demo"):
|
| 112 |
+
gr.Markdown("# Speech Translation Demo")
|
| 113 |
gr.Markdown(
|
| 114 |
"Speak into the microphone and your speech will be transcribed and translated "
|
| 115 |
"segment-by-segment. (Recording is limited to 15 seconds.)\n\n"
|