Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
•
f18b1ee
1
Parent(s):
8761bda
Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,14 @@ with gr.Blocks() as microphone_interface:
|
|
40 |
# Combine both interfaces into tabs
|
41 |
with gr.Blocks(css=".gradio-container { text-align: center; }") as app: # Center the container
|
42 |
gr.Markdown("""
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
46 |
After submission, the system will analyze the recordings and determine if the speakers are similar.
|
47 |
|
48 |
If you have any questions or would like to learn more, feel free to reach out at [contact@annarabic.com](mailto:contact@annarabic.com) or visit our website at [www.annarabic.com](https://www.annarabic.com).
|
|
|
40 |
# Combine both interfaces into tabs
|
41 |
with gr.Blocks(css=".gradio-container { text-align: center; }") as app: # Center the container
|
42 |
gr.Markdown("""
|
43 |
+
<div style='text-align:center'>
|
44 |
+
<img src='https://storage.googleapis.com/storage-annarabic/IH%20logo.jpg' alt='IRON HORSE Logo' width='150'/>
|
45 |
+
</div>
|
46 |
+
|
47 |
+
# Cord by Annarabic - Speaker Verification Tool
|
48 |
+
|
49 |
+
This tool, distributed by **IRON HORSE**, allows you to verify if two speakers are the same by either uploading audio files or recording audio directly using your microphone.
|
50 |
+
|
51 |
After submission, the system will analyze the recordings and determine if the speakers are similar.
|
52 |
|
53 |
If you have any questions or would like to learn more, feel free to reach out at [contact@annarabic.com](mailto:contact@annarabic.com) or visit our website at [www.annarabic.com](https://www.annarabic.com).
|