geninhu commited on
Commit
d4f14ea
1 Parent(s): a963ddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, allow_flagging='never',
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)