peb-peb commited on
Commit
3422eeb
1 Parent(s): bafefac
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,8 +28,8 @@ def main(audio_file, number_of_speakers):
28
 
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,6 +53,7 @@ with gr.Blocks() as demo:
53
  )
54
  gr.Markdown(
55
  """
 
56
  See [https://github.com/peb-peb/shravan](https://github.com/peb-peb/shravan) for more details.
57
  """
58
  )
 
28
 
29
  # UI Interface on the Hugging Face Page
30
  with gr.Blocks() as demo:
31
+ gr.Markdown("# Shravan - Unlocking Value from Call Data")
32
  with gr.Box():
 
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
+ NOTE: The Tool takes around 5mins to run. So be patient! ;)
57
  See [https://github.com/peb-peb/shravan](https://github.com/peb-peb/shravan) for more details.
58
  """
59
  )