mawady commited on
Commit
df2ec0f
1 Parent(s): d57d2f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ output_label = gr.outputs.Label(label='Classification results', num_top_classes=
86
 
87
  title = "XAI - Integrated gradients"
88
  description = "Playground: Integrated gradients for a ResNet model trained on Imagenet dataset. Tools: Alibi, TF, Gradio."
89
- examples = [['./cat.jpg', 'random'],['./dog.jpg', 'random']]
90
  article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab recipes for computer vision - Dr. Mohamed Elawady</a></p>"
91
  iface = gr.Interface(
92
  fn=do_process,
 
86
 
87
  title = "XAI - Integrated gradients"
88
  description = "Playground: Integrated gradients for a ResNet model trained on Imagenet dataset. Tools: Alibi, TF, Gradio."
89
+ examples = [['./cat.jpg', 'blur'],['./dog.jpg', 'random']]
90
  article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab recipes for computer vision - Dr. Mohamed Elawady</a></p>"
91
  iface = gr.Interface(
92
  fn=do_process,