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

Update app.py

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