Isabel Gwara commited on
Commit
086c1bf
1 Parent(s): 845806b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,7 +135,7 @@ for colname in data.columns:
135
  inputls.append(gr.inputs.Number(label=colname))
136
 
137
  # generate gradio interface
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)
 
135
  inputls.append(gr.inputs.Number(label=colname))
136
 
137
  # generate gradio interface
138
+ interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="grass", title=info['title'], allow_flagging='never', description=info['description'])
139
 
140
  # show the interface
141
+ interface.launch()