dmaniloff commited on
Commit
f0377ab
·
verified ·
1 Parent(s): 40a84f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True)