Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ description = 'Imbalanced Classification in predicting Credit card Fraud.'
|
|
93 |
|
94 |
article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. Based on this <a href=\"https://keras.io/examples/structured_data/imbalanced_classification/\">keras example</a> by <a href=\"https://twitter.com/fchollet\">fchollet.</a> HuggingFace Model <a href=\"https://huggingface.co/keras-io/imbalanced_classification\">here</a> "
|
95 |
|
96 |
-
examples = [123, 2022, 975]
|
97 |
|
98 |
-
gr.Interface(infer, inputs, output, examples= examples,
|
99 |
title=title, description=description, article=article, live=False).launch(enable_queue=True, debug=False)
|
|
|
93 |
|
94 |
article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. Based on this <a href=\"https://keras.io/examples/structured_data/imbalanced_classification/\">keras example</a> by <a href=\"https://twitter.com/fchollet\">fchollet.</a> HuggingFace Model <a href=\"https://huggingface.co/keras-io/imbalanced_classification\">here</a> "
|
95 |
|
96 |
+
#examples = [123, 2022, 975]
|
97 |
|
98 |
+
gr.Interface(infer, inputs, output, allow_flagging='never', #examples= examples,
|
99 |
title=title, description=description, article=article, live=False).launch(enable_queue=True, debug=False)
|