sensahin commited on
Commit
ac124b0
1 Parent(s): 1457853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -24,9 +24,9 @@ def inference2(url):
24
  return main(url)
25
 
26
 
27
- title="Whisper"
28
 
29
- description="Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification."
30
 
31
  css = """
32
  .gradio-container {
@@ -139,11 +139,10 @@ with block:
139
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
140
  </svg>
141
  <h1 style="font-weight: 900; margin-bottom: 7px;">
142
- Whisper
143
  </h1>
144
  </div>
145
- <h2>YouWhisper</h2>
146
- <p>It converts Youtube videos to text using openai/whisper..</p>
147
  </div>
148
  """
149
  )
 
24
  return main(url)
25
 
26
 
27
+ title="YouWhisper"
28
 
29
+ description="YouWhisper converts Youtube videos to text using openai/whisper.."
30
 
31
  css = """
32
  .gradio-container {
 
139
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
140
  </svg>
141
  <h1 style="font-weight: 900; margin-bottom: 7px;">
142
+ YouWhisper
143
  </h1>
144
  </div>
145
+ <p>YouWhisper converts Youtube videos to text using openai/whisper..</p>
 
146
  </div>
147
  """
148
  )