Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,9 +250,9 @@ def get_header_html() -> str:
|
|
| 250 |
|
| 251 |
return f"""
|
| 252 |
<div class="header-card">
|
| 253 |
-
<h1 class="header-title">{logo_html}Real-time
|
| 254 |
-
<p class="header-subtitle">Enter the <b>App Password</b> below, then click the microphone to start streaming transcriptions.</p>
|
| 255 |
-
<p class="header-subtitle">Talk naturally. Talk fast. Talk ridiculously fast. I can handle it.</p>
|
| 256 |
</div>
|
| 257 |
"""
|
| 258 |
|
|
|
|
| 250 |
|
| 251 |
return f"""
|
| 252 |
<div class="header-card">
|
| 253 |
+
<h1 class="header-title">{logo_html}Real-time ASR ...(<500 ms)... </h1>
|
| 254 |
+
<p class="header-subtitle">Enter the 🔥<b>App Password</b>🔥 below, then click the microphone to start streaming transcriptions.</p>
|
| 255 |
+
<p class="header-subtitle">🗣️ Talk naturally. Talk fast. Talk ridiculously fast.⚡ I can handle it.🔥 </p>
|
| 256 |
</div>
|
| 257 |
"""
|
| 258 |
|