Isabel Gwara commited on
Commit
61c9543
·
1 Parent(s): f2d4fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ for colname in data.columns:
138
  interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="grass", title=info['title'], allow_flagging=False, description=info['description'])
139
 
140
  # show the interface
141
- interface.launch(share=True)
 
138
  interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="grass", title=info['title'], allow_flagging=False, description=info['description'])
139
 
140
  # show the interface
141
+ interface.launch()