ajeetkumar01 commited on
Commit
95911d5
1 Parent(s): d04e232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ interface = gr.Interface(sentiment_classifier, inputs=input_text, outputs=[outpu
32
  )
33
 
34
 
 
35
  # Deploy the interface to Hugging Face Spaces
36
  interface.launch(debug=True,share=True)
37
 
 
32
  )
33
 
34
 
35
+
36
  # Deploy the interface to Hugging Face Spaces
37
  interface.launch(debug=True,share=True)
38