Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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)
|