Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
•
1c25229
1
Parent(s):
f18b1ee
Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,10 @@ with gr.Blocks() as microphone_interface:
|
|
38 |
submit_button_mic.click(fn=verify_speakers, inputs=[audio1_mic, audio2_mic], outputs=result_mic)
|
39 |
|
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
|
44 |
-
<img src='https://storage.googleapis.com/storage-annarabic/IH%20logo.jpg' alt='IRON HORSE Logo' width='
|
45 |
</div>
|
46 |
|
47 |
# Cord by Annarabic - Speaker Verification Tool
|
|
|
38 |
submit_button_mic.click(fn=verify_speakers, inputs=[audio1_mic, audio2_mic], outputs=result_mic)
|
39 |
|
40 |
# Combine both interfaces into tabs
|
41 |
+
with gr.Blocks(css=".gradio-container { text-align: center; } .image-container {display: flex; justify-content: center; align-items: center;} ") as app: # Center the container
|
42 |
gr.Markdown("""
|
43 |
+
<div class='image-container'>
|
44 |
+
<img src='https://storage.googleapis.com/storage-annarabic/IH%20logo.jpg' alt='IRON HORSE Logo' width='300'/>
|
45 |
</div>
|
46 |
|
47 |
# Cord by Annarabic - Speaker Verification Tool
|