nithinraok
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ microphone_interface = gr.Interface(
|
|
95 |
title="Speaker Verification with TitaNet Embeddings",
|
96 |
description=description,
|
97 |
article=article,
|
98 |
-
layout="horizontal",
|
99 |
theme="huggingface",
|
100 |
allow_flagging=False,
|
101 |
live=False,
|
@@ -109,7 +108,6 @@ upload_interface = gr.Interface(
|
|
109 |
title="Speaker Verification with TitaNet Embeddings",
|
110 |
description=description,
|
111 |
article=article,
|
112 |
-
layout="horizontal",
|
113 |
theme="huggingface",
|
114 |
allow_flagging=False,
|
115 |
live=False,
|
|
|
95 |
title="Speaker Verification with TitaNet Embeddings",
|
96 |
description=description,
|
97 |
article=article,
|
|
|
98 |
theme="huggingface",
|
99 |
allow_flagging=False,
|
100 |
live=False,
|
|
|
108 |
title="Speaker Verification with TitaNet Embeddings",
|
109 |
description=description,
|
110 |
article=article,
|
|
|
111 |
theme="huggingface",
|
112 |
allow_flagging=False,
|
113 |
live=False,
|