DrishtiSharma commited on
Commit
33959c1
1 Parent(s): 245a8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ description = "Write out a movie review to know the underlying sentiment."
30
 
31
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
32
  title="Sentiment analysis of movie reviews",description=description, allow_flagging="auto",
33
- flagging_dir='flagging records').launch(inline=False, share = True)
 
30
 
31
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
32
  title="Sentiment analysis of movie reviews",description=description, allow_flagging="auto",
33
+ flagging_dir='flagging records').launch( enable_queue = True, inline=False, share = True)