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