Subhajit01 commited on
Commit
8154726
·
verified ·
1 Parent(s): 1bc3522

Update app.py(1)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(fn=predict,
21
  title="Sentiment Analyzer",
22
  description="Enter text to analyze its sentiment.")
23
 
24
- iface.launch()
 
21
  title="Sentiment Analyzer",
22
  description="Enter text to analyze its sentiment.")
23
 
24
+ iface.launch(share= True)