GuidK commited on
Commit
2fb2ae4
·
verified ·
1 Parent(s): d4fd203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,4 +159,4 @@ with gr.Blocks(title="NLP Toolkit", theme=gr.themes.Soft()) as demo:
159
 
160
  if __name__ == "__main__":
161
  # Launch application with public share link
162
- demo.launch()
 
159
 
160
  if __name__ == "__main__":
161
  # Launch application with public share link
162
+ demo.launch(debug=True)