dmaniloff commited on
Commit
91a7adc
·
verified ·
1 Parent(s): 94185df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,6 +67,6 @@ full_demo = gr.Interface(
67
  fn=meeting_transcript_tool,
68
  inputs=gr.Audio(type="filepath"),
69
  outputs=gr.Textbox(show_copy_button=True),
70
- title="The Complete Meeting Transcript Tool",
71
  )
72
  full_demo.launch()
 
67
  fn=meeting_transcript_tool,
68
  inputs=gr.Audio(type="filepath"),
69
  outputs=gr.Textbox(show_copy_button=True),
70
+ title="Meeting Transcript Tool (Recipe from the Enterprise Hub Cookbook)",
71
  )
72
  full_demo.launch()