Mike Frantz commited on
Commit
b1f2899
·
1 Parent(s): ae3d15a

Added debugging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,5 +94,5 @@ def anonymize(text, min_len=3):
94
  return t
95
 
96
 
97
- gr.Interface(anonymize, inputs='text', outputs='text').launch()
98
 
 
94
  return t
95
 
96
 
97
+ gr.Interface(anonymize, inputs='text', outputs='text').launch(debug=True)
98