Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -519,9 +519,9 @@ def reset_lockout(user_id):
|
|
| 519 |
with gr.Blocks(title="ATM Voice Authentication System", theme=gr.themes.Soft()) as demo:
|
| 520 |
|
| 521 |
gr.Markdown("""
|
| 522 |
-
#
|
| 523 |
-
### Voice-Based Speaker Verification
|
| 524 |
-
**Model:
|
| 525 |
""")
|
| 526 |
|
| 527 |
with gr.Tabs():
|
|
|
|
| 519 |
with gr.Blocks(title="ATM Voice Authentication System", theme=gr.themes.Soft()) as demo:
|
| 520 |
|
| 521 |
gr.Markdown("""
|
| 522 |
+
# Voice Authentication System
|
| 523 |
+
### Voice-Based Speaker Verification
|
| 524 |
+
**Model:Voice biometric authentication system
|
| 525 |
""")
|
| 526 |
|
| 527 |
with gr.Tabs():
|