add title
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ def main(audio_file, number_of_speakers):
|
|
29 |
# UI Interface on the Hugging Face Page
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Box():
|
|
|
32 |
with gr.Row():
|
33 |
with gr.Column():
|
34 |
audio_file = gr.Audio(label="Upload an Audio file (.wav)", source="upload", type="filepath")
|
@@ -52,8 +53,7 @@ with gr.Blocks() as demo:
|
|
52 |
)
|
53 |
gr.Markdown(
|
54 |
"""
|
55 |
-
See [github.com/
|
56 |
-
for more details.
|
57 |
"""
|
58 |
)
|
59 |
|
|
|
29 |
# UI Interface on the Hugging Face Page
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Box():
|
32 |
+
gr.Markdown("# Shravan - Unlocking Value from Call Data")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
35 |
audio_file = gr.Audio(label="Upload an Audio file (.wav)", source="upload", type="filepath")
|
|
|
53 |
)
|
54 |
gr.Markdown(
|
55 |
"""
|
56 |
+
See [https://github.com/peb-peb/shravan](https://github.com/peb-peb/shravan) for more details.
|
|
|
57 |
"""
|
58 |
)
|
59 |
|