AnkitPatil commited on
Commit
997db33
·
1 Parent(s): 1b89d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,10 +18,9 @@ iface = gr.Interface(
18
  inputs=gr.Textbox(),
19
  outputs=gr.Textbox(),
20
  live=True,
21
- interpretation="default",
22
  title="Sentiment Analysis App",
23
  description="Enter a text to analyze its sentiment."
24
  )
25
 
26
  # Launch the Gradio app
27
- iface.launch()
 
18
  inputs=gr.Textbox(),
19
  outputs=gr.Textbox(),
20
  live=True,
 
21
  title="Sentiment Analysis App",
22
  description="Enter a text to analyze its sentiment."
23
  )
24
 
25
  # Launch the Gradio app
26
+ iface.launch(share=True)