muhtasham commited on
Commit
74aea90
1 Parent(s): 3e0ffed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ def speech_to_text(mic=None, file=None):
45
  with gr.Blocks() as demo:
46
  gr.Markdown( """
47
  # 🎤 Sing or tell your story and let this Space ✨ visualize your story along
48
- Inspired by this [tweet](https://twitter.com/karenxcheng/status/1516816114994454529?s=20&t=moq2vK5430JoerJXBTkIuA)
49
- Soon to be added:
50
  - Near real time(streaming option)
51
  - Option playback of you audio relayed with video
52
  """)
 
45
  with gr.Blocks() as demo:
46
  gr.Markdown( """
47
  # 🎤 Sing or tell your story and let this Space ✨ visualize your story along
48
+ ## Inspired by this [tweet](https://twitter.com/karenxcheng/status/1516816114994454529?s=20&t=moq2vK5430JoerJXBTkIuA)
49
+ ### Soon to be added:
50
  - Near real time(streaming option)
51
  - Option playback of you audio relayed with video
52
  """)