Gifted030 commited on
Commit
83702a7
1 Parent(s): 0547cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ output = gr.outputs.Textbox(label= "Review Prediction")
26
  #create interface
27
  gui = gr.Interface(fn=movie_review,
28
  inputs=[input],
29
- outputs=output).launch()
 
26
  #create interface
27
  gui = gr.Interface(fn=movie_review,
28
  inputs=[input],
29
+ outputs=output).launch(share=True)