Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ full_demo = gr.Interface(
|
|
69 |
outputs=gr.Textbox(show_copy_button=True),
|
70 |
title="The Complete Meeting Transcript Tool",
|
71 |
)
|
72 |
-
full_demo.launch(
|
|
|
69 |
outputs=gr.Textbox(show_copy_button=True),
|
70 |
title="The Complete Meeting Transcript Tool",
|
71 |
)
|
72 |
+
full_demo.launch()
|