ajeetkumar01 commited on
Commit
9803531
·
verified ·
1 Parent(s): fe03da8

Update app.py

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