peb-peb commited on
Commit
bafefac
1 Parent(s): 3a3a57f
Files changed (1) hide show
  1. app.py +2 -2
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/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft)
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