ajeetkumar01 commited on
Commit
3e7c8fd
·
verified ·
1 Parent(s): c2c1ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,4 +37,5 @@ interface = gr.Interface(predict_sentiment, text_input, output_text,
37
  allow_flagging=False,
38
  )
39
 
 
40
  interface.launch(share=True)
 
37
  allow_flagging=False,
38
  )
39
 
40
+
41
  interface.launch(share=True)