Gifted030 commited on
Commit
07a2f7d
1 Parent(s): 83702a7

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(share=True)
 
26
  #create interface
27
  gui = gr.Interface(fn=movie_review,
28
  inputs=[input],
29
+ outputs=output).launch()