Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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()
|