pradanaadn commited on
Commit
ffcfdd3
·
verified ·
1 Parent(s): 8512757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()