mgfrantz commited on
Commit
66254bc
1 Parent(s): d1420d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,5 +61,5 @@ gr.Interface(
61
  outputs=[text_output, highlighted_text_output],
62
  title=title,
63
  description=description
64
- ).launch()
65
 
 
61
  outputs=[text_output, highlighted_text_output],
62
  title=title,
63
  description=description
64
+ ).launch(debug=True)
65