Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ ui = gr.Interface(
|
|
17 |
description="Enter some text to analyze with BERT!",
|
18 |
examples=examples
|
19 |
)
|
20 |
-
ui.launch(
|
|
|
17 |
description="Enter some text to analyze with BERT!",
|
18 |
examples=examples
|
19 |
)
|
20 |
+
ui.launch(debug=True)
|