saiyadri commited on
Commit
7b263d5
1 Parent(s): 0132c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -14,8 +14,7 @@ iface = gr.Interface(
14
  fn=predict_sentiment,
15
  inputs=gr.Textbox(placeholder="Enter text here", label="A demonstration model for akshar. Write a negative or positive paragraph below."), # Text input box
16
  outputs=gr.Textbox(),
17
- live=True,
18
- share = True
19
  )
20
 
21
- iface.launch()
 
14
  fn=predict_sentiment,
15
  inputs=gr.Textbox(placeholder="Enter text here", label="A demonstration model for akshar. Write a negative or positive paragraph below."), # Text input box
16
  outputs=gr.Textbox(),
17
+ live=True
 
18
  )
19
 
20
+ iface.launch(share = True)