tdurzynski commited on
Commit
99cdbb0
·
verified ·
1 Parent(s): 5e70a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Real-time 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"
 
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"