Spaces:
Running
Running
Update app.py
Browse files
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)
|