Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ output = [gr.Label(), gr.Plot()]
|
|
74 |
title = 'Bag of Image Classification'
|
75 |
description = 'This is the demo for Keras Implementation of Classification using Attention-based Deep Multiple Instance Learning (MIL). The model will try to predict whether number 8 is within the set of input images. As it was trained on MNIST dataset, please use MNIST image for precise result.'
|
76 |
|
77 |
-
article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. Based on the following Keras example <a href
|
78 |
|
79 |
gr_interface = gr.Interface(
|
80 |
infer, inputs=[input1, input2, input3], outputs=output, allow_flagging='never',
|
|
|
74 |
title = 'Bag of Image Classification'
|
75 |
description = 'This is the demo for Keras Implementation of Classification using Attention-based Deep Multiple Instance Learning (MIL). The model will try to predict whether number 8 is within the set of input images. As it was trained on MNIST dataset, please use MNIST image for precise result.'
|
76 |
|
77 |
+
article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. Based on the following Keras example <a href=\"https://keras.io/examples/vision/attention_mil_classification\"> Classification using Attention-based Deep Multiple Instance Learning (MIL)</a> by <a href=\"https://www.linkedin.com/in/mohamadjaber1\">Mohamad Jaber.</a> <br> Check out the model <a href=\"https://huggingface.co/keras-io/attention_mil\">here</a>"
|
78 |
|
79 |
gr_interface = gr.Interface(
|
80 |
infer, inputs=[input1, input2, input3], outputs=output, allow_flagging='never',
|