buio commited on
Commit
cf63db7
1 Parent(s): d972bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,6 +175,6 @@ outputs = gr.Plot(label='predicted bag')
175
  #description = "Binary classification of structured data including numerical and categorical features."
176
  #article = "Author: <a href=\"https://huggingface.co/buio\">Marco Buiani</a>. Based on the <a href=\"https://keras.io/examples/structured_data/structured_data_classification_from_scratch/\">keras example</a> by <a href=\"https://twitter.com/fchollet\">François Chollet</a> Model Link: https://huggingface.co/buio/structured-data-classification"
177
 
178
- demo = gr.Interface(fn=predict_and_plot, inputs=inputs, outputs=outputs, title=title, allow_flagging='never')
179
 
180
  demo.launch(debug=True)
 
175
  #description = "Binary classification of structured data including numerical and categorical features."
176
  #article = "Author: <a href=\"https://huggingface.co/buio\">Marco Buiani</a>. Based on the <a href=\"https://keras.io/examples/structured_data/structured_data_classification_from_scratch/\">keras example</a> by <a href=\"https://twitter.com/fchollet\">François Chollet</a> Model Link: https://huggingface.co/buio/structured-data-classification"
177
 
178
+ demo = gr.Interface(fn=predict_and_plot, inputs=inputs, outputs=outputs, allow_flagging='never')
179
 
180
  demo.launch(debug=True)