Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ io = gr.Interface(fn=text_classification,
|
|
18 |
title="Text Classification",
|
19 |
description="Enter a text and see the text classification result!",
|
20 |
examples=examples)
|
21 |
-
|
22 |
io.launch()
|
|
|
18 |
title="Text Classification",
|
19 |
description="Enter a text and see the text classification result!",
|
20 |
examples=examples)
|
21 |
+
print('test')
|
22 |
io.launch()
|