MALEKSAHLIA commited on
Commit
bd99dbb
·
verified ·
1 Parent(s): 04e4100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(
21
  description="Enter a sentence to get the sentiment (Positive or Negative)."
22
  )
23
 
24
- iface.launch(share=True)
 
21
  description="Enter a sentence to get the sentiment (Positive or Negative)."
22
  )
23
 
24
+ iface.launch()